API Reference > OdDb Classes > OdDbText Class > OdDbText Methods > removeField Method > OdDbText::removeField Method (OdString&)
OdDbText::removeField Method (OdString&)
Syntax
C++
OdDbObjectId removeField(const OdString& fieldName);
Parameters 
Description 
const OdString& fieldName 
[in] Name (key) for the entry. 

Removes the specified field from the field dictionary of this object. 

 

Returns the Object ID of the removed field if successful, or a null Object ID if not.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.