OpenDOF Project
DOFInterfaceID DOFValueInterfaceID_Extract ( const DOFValue  self)

Create a new DOFInterfaceID from the contents of the specified DOFValue.

Resource Management:
This function allocates resources that must later be freed by calling DOFInterfaceID_Destroy.
Parameters
selfThe DOFValue to be extracted. This must represent a single value of type DOFInterfaceID, and must not be NULL.
Returns
The new DOFInterfaceID from the contents of self.
Exceptions
NULLis returned if the resulting DOFInterfaceID could not be created, or an invalid parameter was detected.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22