Share

AcDbObject::removeField

C++

virtual ACDBCORE2D_PORT Acad::ErrorStatus removeField(
    const ACHAR* pszPropName, 
    AcDbObjectId& returnId
);

Description

Removes the specified field.

Returns Acad::eOk if successful. Otherwise, returns an AutoCAD error status.

Parameters

Parameters Description
pszPropName Input property name whose field is to be removed
returnId Output reference to receive the removed field ID

Links

AcDbObject

Was this information helpful?