OpenDOF Project
DOFObjectIDAttribute DOFObjectID_GetAttributeAtIndex ( const DOFObjectID  self,
uint8  index 
)

Get the N'th Attribute extension of a DOFObjectID.

Parameters
selfThe DOFObjectID. This should not be NULL.
indexSpecifies the N'th Attribute to find within all available Attribute ID extensions. This should be less than the total count of attributes on the DOFObjectID.
Returns
DOFObjectIDAttribute for found N'th Attribute.
Exceptions
ADOFObjectIDAttribute is returned with an ID of DOFOBJECTIDATTRIBUTE_INVALID if the DOFObjectID is NULL, of if no N'th Attribute exists.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25