DOFTypeContextisFullyDefined Method OpenDOF Object Access Library
Return whether or not the context is operating in fully-defined mode (returning only fully defined types).

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

C#
public bool isFullyDefined()

Return Value

Type: Boolean
true
if the context returns only fully-defined types,
false
otherwise.
Remarks

Return whether or not the context is operating in fully-defined mode (returning only fully defined types).
See Also

Reference