Share

AcDbField::AcDbField

C++

ACDBCORE2D_PORT AcDbField(
    const ACHAR * pszFieldCode, 
    bool bTextField = false
);

Description

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

Parameters

Parameters Description
pszFieldCode Input field code
bTextField Input flag indicating whether this is a text field

Links

AcDbField

Was this information helpful?