OpenDOF Project
DOFInterfacePropertyList DOFInterface_CreatePropertyList ( const DOFInterface  self)

Create a list of DOFInterfaceProperty objects based on the properties from the interface.

Resource Management:
This function allocates resources that must later be freed by calling DOFInterfacePropertyList_Destroy.
Parameters
selfThe Interface. This must not be NULL.
Returns
return A new list of DOFInterfaceProperty objects. This list can have 0 members.
Exceptions
NULLis returned is returned if the list could not be allocated.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22