Overload List
| Method | Description |
|---|---|
![]() AcFdFieldEvaluator::evaluatorId (AcDbField*) | 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. |
![]() AcFdFieldEvaluator::evaluatorId () | Returns the evaluator IDs supported by this evaluator. This function can return more than one evaluator ID if the evaluator supports multiple IDs. If more than one ID is returned, the evaluator IDs are separated by commas. |

