Share

AcDbObject::disableUndoRecording

C++

void disableUndoRecording(
    Adesk::Boolean disable
);

Description

Turns off or on the Undo recording for the object. If disable == Adesk::kTrue, then Undo recording is turned off until this function is called with disable == Adesk::kFalse, at which time Undo recording is turned back on.

Note

This function just toggles Undo recording on and off. The existing Undo information for the object is not erased as it is when the AutoCAD UNDO command's "off" option is used.

Parameters

Parameters Description
disable Input Boolean indicating to turn off or on Undo recording

Links

AcDbObject

Was this information helpful?