MKI_UndoInitProcess (Entity Creation)

www.CAD6.com

C++ Syntax

void

MKI_UndoInitProcess( void );

 

Starts a new undo level. All objects, instances and blocks created after this command will be assigned to that undo level. These objects will not be valid until MKI_UndoFinishProcess is called.

 

The number of concurrent undo levels depends on user settings in the serving application. Usually, each command execution should use exactly one undo level. The maximum number of undo levels is MKI_UNDO_MAX (1000).

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH