OpenDOF Project
DOFValue DOFResult_GetValue ( const DOFResult  result)

Get the DOFValue held by the Result.

Lifecycle
The data returned is owned by the DOFResult and is only valid as long as the DOFResult remains valid. It must not be destroyed individually.
Parameters
resultThe Result. This must not be NULL.
Returns
The Value.
Exceptions
NULLis returned if the Result does not contain a Value.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22