DOFStructure Constructor (DOFValue)OpenDOF Object Access Library
Create a structure given an array of values.

Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFStructure(
	DOFValue[] fields
)

Parameters

fields
Type: org.opendof.core.oalDOFValue
The array of DOFValues to initialize the structure with. Cannot be null.
Remarks

Create a structure given an array of values. The types of the structure fields is determined by the input value types.
See Also

Reference