C++
Acad::ErrorStatus removeField( const ACHAR* pszPropName, AcDbObjectId& returnId ) override;
Description
Removes the field named pszPropName from this object's extension dictionary. The removed field object's object ID is returned in returnId.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
pszPropName | Input dictionary key for desired field |
returnId | Output object ID of removed field object |