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

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

Gets the validation level. 

 

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