Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbField::EvalStatus Enumeration
Syntax
C++
enum EvalStatus { kNotYetEvaluated = 0x01, kSuccess = 0x02, kEvaluatorNotFound = 0x04, kSyntaxError = 0x08, kInvalidCode = 0x10, kInvalidContext = 0x20, kOtherError = 0x40 };
Members
Description
kNotYetEvaluated
Evaluation not performed.
kSuccess
Evaluation complete: Successful.
kEvaluatorNotFound
Evaluator for the field not found.
kSyntaxError
Evaluation complete: Syntax error in field code.
kInvalidCode
Evaluation complete: Invalid field code.
kInvalidContext
Evaluation complete: Invalid context to evaluate field.
kOtherError
Evaluation complete: Other evaluation error.

File: DbField.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.