Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdFdFieldEvaluator::evaluatorId Method (OdDbField*)
Syntax
C++
virtual const OdString evaluatorId(OdDbField* pField) const = 0;

Returns the evaluator ID for the specified field code.

Parameters
Description
pField
[in] Input field for which to return an evaluator ID.

This version will be called to find an evaluator for a field code that does not have an evaluator ID set. Implementations of this function should examine the field code. If the field code is recognized by the evaluator and can be handled by it, then this function should return the evaluator ID.

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