DOFArray Constructor (DOFArrayType, DOFValue)OpenDOF Object Access Library
Create a DOFArray from an array type an an array of DOFValues.

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

C#
public DOFArray(
	DOFArrayType type,
	DOFValue[] elements
)

Parameters

type
Type: org.opendof.core.oal.valueDOFArrayType
The type of the array. Must not be null. All elements must be compatible with its subtype.
elements
Type: org.opendof.core.oalDOFValue
The array of values to use. Must not be null, but may be zero length.
See Also

Reference