AcDbField::AcDbField

ACDBCORE2D_PORT AcDbField(
    const ACHAR * pszFieldCode, 
    bool bTextField = false
);
Parameters
Parameters 
Description 
const ACHAR * pszFieldCode 
Input field code 
bool bTextField = false 
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