SilverScreen Solid Modeler

undo_get_limit

undo_get_limit

Previous topic Next topic  

undo_get_limit

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

int undo_get_limit ( )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The undo_get_limit function gets the undo item stack size

 

 

Parameters

none

 

 

Return Value

undo_get_limit returns 0 if there no limit placed upon the undo stack, and the stack size otherwise.

 

 

Remarks

A stack size of 0 indicates an undo stack that has no limit placed upon its size, while a value greater than 0 indicates the maximum number of undo items permitted. The limit is configurable via the environment file, and programmatically configurable via undo_initialize.

 

 

See Also

Undo System Usage, undo_initialize