C++
Acad::ErrorStatus removeField( AcDbObjectId fieldId ) override;
Description
Removes the field whose object ID matches fieldId from this object's extension dictionary. Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
fieldId | Input object ID of field to be removed |