DOFResultTasDOFInterfaceID Method OpenDOF Object Access Library
Returns the result's value as a DOFInterfaceID.

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

C#
DOFInterfaceID asDOFInterfaceID()

Return Value

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

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

Throws ClassCastException if called on a non-DOFInterfaceID result.

See Also

Reference