Share

removeField Method

Overload List

Method Description
AcDbMText::removeField (AcDbObjectId) Removes the field whose object ID matches fieldId from this object's extension dictionary. Returns Acad::eOk if successful.
AcDbMText::removeField (ACHAR*) Removes the field named pszPropName from this object's extension dictionary. Returns Acad::eOk if successful.
AcDbMText::removeField (ACHAR*, AcDbObjectId&) 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.

Was this information helpful?