C++
virtual ACDBCORE2D_PORT Acad::ErrorStatus initialize( AcDbField* pField );
Description
The field framework calls this method to initialize a new field. This method is called after setting a field code in the field and before compile() is called. The evaluator can change the default options that are set in the field when it is created. This method will be called only once for a field.
Returns Acad::eOk if successful. Otherwise, returns an AutoCAD error status.
Parameters
| Parameters | Description |
|---|---|
| pField | Input field to initialize |