DbField.h
Members |
Description |
kNotYetEvaluated = 0x01 |
Evaluation not performed. |
kSuccess = 0x02 |
Evaluation complete: Successful. |
kEvaluatorNotFound = 0x04 |
Evaluator for the field not found. |
kSyntaxError = 0x08 |
Evaluation complete: Syntax error in field code. |
kInvalidCode = 0x10 |
Evaluation complete: Invalid field code. |
kInvalidContext = 0x20 |
Evaluation complete: Invalid context to evaluate field. |
kOtherError = 0x40 |
Evaluation complete: Other evaluation error. |
This is record OdDbField::EvalStatus.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|