API Reference > OdBr Classes > OdBrEntity Class > OdBrEntity Methods > OdBrEntity::setValidationLevel Method
OdBrEntity::setValidationLevel Method
Syntax
C++
OdBrErrorStatus setValidationLevel(const BrValidationLevel& level);
Parameters 
Description 
const BrValidationLevel& level 
[in] Validation level value. Can be one of the following:
  • odbrFullValidation to set the object as validated.
  • odbrNoValidation to set the object as not validated.
 

odbrOK if the operation is successful or the appropriate error code otherwise.

Validation

  • details Sets the validation level.

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.