Share

AcDbDatabase::setDelUsedObj

C++

Acad::ErrorStatus setDelUsedObj(
    Adesk::Int16 deleteObj
);

Description

Beginning with AutoCAD 2000, the DELOBJ system variable value is no longer saved in the database. This function always returns Acad::eNotApplicable. To set this system variable for an AutoCAD session, please use the acedSetVar() function.

See the System Variables section of the AutoCAD Command Reference for information on DELOBJ.

Parameters

Parameters Description
deleteObj Not used

Links

AcDbDatabase Class

Was this information helpful?