Share

AcDbField

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbField

C++

class AcDbField : public AcDbObject;

File

DbField.h

Description

This class is used to represent a field. The field can evaluate to one of the supported data types. The field object acts as a container to store the field expression, evaluated result, and other data. An evaluator is required for evaluating the field.

Links

AcDbField Constructor, AcDbField Enumerations, AcDbField Methods

Was this information helpful?