OpenDOF Project
int32* DOFValueArrayInt32_Extract ( const DOFValue  self,
uint16  elementOffset,
uint16  elementCount 
)

Create a new native array of type int32 from the contents of the specified DOFValueArray.

Resource Management:
This function allocates resources that must later be freed by calling PCRMem_Free.
Parameters
selfThe DOFValue to be extracted. This must be a DOFValueArray, must represent an array of type int32, and must not be NULL.
elementOffsetThe offset of the first array element to extract (0 starts at the beginning of the array). This should be less than the array length.
elementCountThe number of array elements to extract. This should be greater than 0 and not larger than the remaining elements in the array (after elementOffset).
Returns
The new native array of int32 from self.
Exceptions
NULLis returned if the native array could not be created, or an invalid parameter was detected.
See Also
DOFValueArray_GetElementsCount
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22