DOFStructureType Constructor (DOFType)OpenDOF Object Access Library
Construct a structure type.

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

C#
public Type(
	params DOFType[] fields
)

Parameters

fields
Type: org.opendof.core.oalDOFType
A variable number of types each representing a field. Cannot be null. Further, each field type must not be null and must be fully defined.
Remarks

Construct a structure type.
See Also

Reference