OpenDOF Project
DOFType DOFValueArrayType_Create ( const DOFType  subtype,
uint32  minLength,
uint32  maxLength 
)

Create a new Array Type.

Resource Management:
This function allocates resources that must later be freed by calling DOFType_Destroy.

If the minLength and maxLength are the same, a fixed-length Array type is created. Otherwise, a variable-sized Array type is created.

Parameters
subtypeThe type of the Array elements. This should not be NULL.
minLengthThe minimum number of elements in the Array. This should be less than maxLength.
maxLengthThe maximum number of elements in the Array. This should be greater than minLength.
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