DOFResultTasDOFObjectID Method OpenDOF Object Access Library
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#
DOFObjectID asDOFObjectID()

Return Value

Type: DOFObjectID
the result's value as a DOFObjectID.
Remarks

Returns the result's value as a DOFObjectID. Compatible with results of type DOFObjectID .

Throws ClassCastException if called on a non-DOFObjectID result.

See Also

Reference