Get a reference to the encapsulated DOFValue array.
This method provides low-level access to the actual array of DOFValues contained in the DOFValueArray.
- Note
- The returned data is owned by the encapsulating DOFValueArray, and is only valid in the context of that DOFValueArray. It must not be freed by the caller. Once the DOFValueArray is freed, the DOFValue array and all the contained DOFValues are no longer valid. If the array itself and/or DOFValues are needed for longer than the lifetime of the DOFValueArray, they must be copied manually.
- Parameters
-
- Returns
- The array of DOFValues contained within the DOFValueArray.
- Exceptions
-
NULL | is returned if self is NULL or its type is not a DOFValueArray. |