OpenDOF Project
const DOFValue* DOFValueStructure_GetFields ( const DOFValue  self)

Get a reference to the encapsulated DOFValue array.

This method provides low-level access to the actual array of DOFValues contained in the DOFValueStructure.

Lifecycle
The data returned is owned by the DOFValue and is only valid as long as the DOFValue remains valid. It must not be destroyed individually.
Parameters
selfThe DOFValueStructure. This must not be NULL.
Returns
The array of DOFValues contained within the DOFValueStructure.
Exceptions
NULLis returned if self is NULL or its type is not a DOFValueStructure.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22