AcDbField

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