SilverScreen Solid Modeler

undo_begin

undo_begin

Previous topic Next topic  

undo_begin

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

BOOLEAN undo_begin ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The undo_begin function either starts a fresh undo item on the stack, or else starts a new nesting level within the current undo item on the stack.

 

 

Parameters

none

 

 

Return Value

undo_begin returns TRUE if the function executed successfully and FALSE otherwise.

 

 

Remarks

You must match undo_begin with undo_end calls.

 

 

See Also

undo_initialize, undo_end, Undo System Usage