Share

AcDbObject::removeField

C++

virtual ACDBCORE2D_PORT Acad::ErrorStatus removeField(
    const ACHAR* pszPropName
);

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

Links

AcDbObject

Was this information helpful?