DOFObjectIDgetAttributes Method OpenDOF Object Access Library
Get this identifier's list of attributes.

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

C#
public virtual IList<DOFObjectIDAttribute> getAttributes()

Return Value

Type: IListDOFObjectIDAttribute
The identifier's list of attributes. If there are none, this is an empty list.
Remarks

Get this identifier's list of attributes.
See Also

Reference