Share

removeField Method

Overload List

Method Description
AcDbObject::removeField (AcDbObjectId) Removes the specified field.Returns Acad::eOk if successful. Otherwise, returns an AutoCAD error status.
AcDbObject::removeField (ACHAR*) Removes the specified field.Returns Acad::eOk if successful. Otherwise, returns an AutoCAD error status.
AcDbObject::removeField (ACHAR*, AcDbObjectId&) Removes the specified field.Returns Acad::eOk if successful. Otherwise, returns an AutoCAD error status.

Was this information helpful?