OpenDOF Project
const uint8* DOFObjectID_GetData ( const DOFObjectID  self)

Get pointer to the data field of the base DOFObjectID.

This does not contain any attribute data information.

Lifecycle
The data returned is owned by the DOFObjectID and is only valid as long as the DOFObjectID remains valid. It must not be destroyed individually.
Parameters
selfThe DOFObjectID. This must not be NULL.
Returns
Pointer to the actual data field of the base DOFObjectID.
Exceptions
NULLis returned if the data field of self is of length 0.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22