DOFArray Constructor (DOFValue)OpenDOF Object Access Library
Construct an array from an array of values. The element type of the array is determined from the values themselves through compatibility checking. If the input array has zero length then the element type will be valid, but imcompatible with any other type.

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

C#
public DOFArray(
	DOFValue[] elements
)

Parameters

elements
Type: org.opendof.core.oalDOFValue
An array of values. They must be compatible with each other, or more specifically the DOFType of one of the values must be compatible with all of the values.
See Also

Reference