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
-
self | The DOFConfigBuilder to set validation in. |
validation | TRUE to perform validation. FALSE to turn validation off. |
- Returns
- TRUE if validation was set in the DOFConfigBuilder.
- Exceptions
-
FALSE | if validation could not be set. The DOFConfigBuilder remains unchanged. |
- See Also
- DOFState_IsParameterValidation
-
DOFConfig_IsParameterValidation