SilverScreen Solid Modeler

is_undo_available

is_undo_available

Previous topic Next topic  

is_undo_available

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

BOOLEAN is_undo_available ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The is_undo_available function determines if the undo system can execute the undo command

 

 

Parameters

none

 

 

Return Value

is_undo_available returns TRUE if the undo system is on and ready and FALSE otherwise

 

 

Remarks

The undo command is available when the undo system is on

 

 

See Also

is_redo_available, undo_begin, undo_on