C++
virtual ACDBCORE2D_PORT Acad::ErrorStatus removeField( const ACHAR* pszPropName );
Description
Removes the specified field.
Returns Acad::eOk if successful. Otherwise, returns an AutoCAD error status.
Parameters
| Parameters | Description |
|---|---|
| pszPropName | Input property name whose field is to be removed |