Share

AcFdFieldEvaluator::evaluatorId

C++

virtual ACDBCORE2D_PORT const ACHAR * evaluatorId(
    AcDbField* pField
);

Description

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.

Parameters

Parameters Description
pField Input field for which to return an evaluator ID

Links

AcFdFieldEvaluator

Was this information helpful?