DOFObjectIDAttributegetValueObjectID Method OpenDOF Object Access Library
Return the DOFObjectID associated with this attribute, or null if the content is not an object identifier.

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

C#
public DOFObjectID getValueObjectID()

Return Value

Type: DOFObjectID
A DOFObjectID from the attribute or null.
Remarks

Return the DOFObjectID associated with this attribute, or null if the content is not an object identifier.

NOTE: Only Attributes with a DOFObjectID in their definition will return a DOFObjectID. All other types will return null.

See Also

Reference