OpenDOF Project
DOFType DOFValueStructureType_Create ( uint16  fieldCount,
const DOFType  fields[] 
)

Create a new Structure Type.

Resource Management:
This function allocates resources that must later be freed by calling DOFType_Destroy.
Parameters
fieldCountThe number of fields in the Structure.
fieldsAn array of DOFTypes, representing the field types for the Structure. This must not be NULL if fieldCount > 0.
Returns
The new DOFType, or NULL if it could not be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22