SilverScreen Solid Modeler

undo_initialize

undo_initialize

Previous topic Next topic  

undo_initialize

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

BOOLEAN undo_initialize ( int limit )

 

int limit;   // An integer value specifying undo item stack size

 

 

 




Synopsis

#include "silver.h"

 

The undo_initialize function initializes the undo system and must be called before any other undo command.

 

 

Parameters

limit is a value that specifies the undo item stack size. To indicate an unlimited stack size set limit to 0.

 

 

Return Value

undo_initialize returns TRUE if the undo system was successfully initialized and FALSE otherwise.

 

 

See Also

undo_begin, undo_end, Undo System Usage