OpenDOF Project
DOFObjectID DOFObjectID_Create_StandardString ( const char *  data)

Create a new DOFObjectID using its standard string representation.

Resource Management:
This function allocates resources that must later be freed by calling DOFObjectID_Destroy.
Parameters
dataThe data, as a null-terminated C string. The data size is inferred by the string length. This should not be NULL, and should be a C string representation of the DOFObjectID in standard string format.
Returns
The new DOFObjectID.
Exceptions
NULLis returned if
  • an invalid parameter is detected
  • insufficient resources exist to create the DOFObjectID.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22