AcDbField::AcDbField

C++
ACDBCORE2D_PORT AcDbField(
    const ACHAR * pszFieldCode, 
    bool bTextField = false
);
Parameters
Parameters 
Description 
pszFieldCode 
Input field code 
bTextField 
Input flag indicating whether this is a text field 
Description

Constructor that sets the field code. A text field is used to store text with embedded field codes.

Links