API Reference > Other Classes > OdFdFieldEvaluator Class > OdFdFieldEvaluator Methods > evaluatorId Method > OdFdFieldEvaluator::evaluatorId Method (OdDbField*)
OdFdFieldEvaluator::evaluatorId Method (OdDbField*)
Syntax
C++
virtual const OdString evaluatorId(OdDbField* pField) const = 0;
Parameters 
Description 
OdDbField* pField 
[in] Input field for which to return an evaluator ID 

Returns the evaluator ID for the specified field code.

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–2020. Open Design Alliance. All rights reserved.