Returns the result's value as a DOFObjectID.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFObjectID asDOFObjectID( DOFValue value )
Parameters
- value
- Type: org.opendof.core.oalDOFValue
Value to return as DOFObjectID Throws ClassCastException if called on a non-DOFObjectID result.
Return Value
Type: DOFObjectIDthe result's value as a DOFObjectID.
Remarks
See Also