DOFObjectIDhasAttributes Method OpenDOF Object Access Library
Check if this DOFObjectID has any attributes.

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

C#
public virtual bool hasAttributes()

Return Value

Type: Boolean
True if there are any attributes for the DOFObjectID, otherwise false.
Remarks

Check if this DOFObjectID has any attributes.
See Also

Reference