OpenDOF Project
DOFValue DOFValueStructure_GetField ( const DOFValue  self,
uint16  index 
)

Get a DOFValue field from 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 in which to retrieve a field. This must not be NULL.
indexThe field index to be retrieved from self.
Returns
The DOFValue field of the DOFValueStructure.
Exceptions
NULLis returned if index does not specify a valid field of the structure, or if self is NULL or its type is not a DOFValueStructure.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22