DOFTypeTypedef Constructor OpenDOF Object Access Library
Construct a typedef that can be used for a forward reference.

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

C#
public Typedef()
Remarks

Construct a typedef that can be used for a forward reference. Before the type can be used (except as a subtype of another type) the defineAs(DOFType) method must be called.
See Also

Reference