OpenDOF Project
DOFValue DOFValueStructure_Create ( uint16  fieldCount,
const DOFValue  fields[] 
)

Create a new DOFValueStructure from a list of DOFValue fields.

Resource Management:
This function allocates resources that must later be freed by calling DOFValue_Destroy.
Parameters
fieldCountThe number of fields in the structure. This may be 0, and should be less than 32768.
fieldsThe array of DOFValue fields to put in the DOFValueStructure. This must not be NULL if fieldCount > 0.
Returns
A new DOFValueStructure containing the given fields.
Exceptions
NULLis returned if insufficient resources are available to create the DOFValueStructure, or fields is NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22