DOFTypeContextResolverdefineAs Method OpenDOF Object Access Library
Resolve a forward reference to the specified DOFType.

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

C#
void defineAs(
	DOFType type
)

Parameters

type
Type: org.opendof.core.oalDOFType
The type that was not available when initially requested, but is now defined.
Remarks

Resolve a forward reference to the specified DOFType.
See Also

Reference