OpenDOF Project
boolean DOFConfigBuilder_SetParameterValidation ( DOFConfigBuilder  self,
boolean  validation 
)

Sets whether the DOF validates DOFValue objects to verify that their associated DOFType matches the type required for an interface item.

The default is TRUE. If you set validation to FALSE, the library will bypass its normal type checking, so you must ensure that the application is using valid DOFValue types.

Parameters
selfThe DOFConfigBuilder to set validation in.
validationTRUE to perform validation. FALSE to turn validation off.
Returns
TRUE if validation was set in the DOFConfigBuilder.
Exceptions
FALSEif validation could not be set. The DOFConfigBuilder remains unchanged.
See Also
DOFState_IsParameterValidation
DOFConfig_IsParameterValidation
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22