DOFTypeTypedef Constructor (DOFType)OpenDOF Object Access Library
Construct a typedef that is an alias for another existing type.

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

C#
public Typedef(
	DOFType type
)

Parameters

type
Type: org.opendof.core.oalDOFType
The type that the new type is equivalent to.
Remarks

Construct a typedef that is an alias for another existing type. The type must be fully defined.
See Also

Reference