OpenDOF Project
DOFValue DOFValueObjectID_Create ( const DOFObjectID  val)

Create a new DOFValue to hold a single value of type DOFObjectID.

Resource Management:
This function allocates resources that must later be freed by calling DOFValue_Destroy.
Parameters
valThe DOFObjectID value to be held by the new DOFValue. This should not be NULL.
Returns
The new DOFValue, representing a single value of type DOFObjectID.
Exceptions
NULLis returned if the resulting DOFValue could not be created, or an invalid parameter was detected.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22