SilverScreen Solid Modeler

redo_add_command

redo_add_command

Previous topic Next topic  

redo_add_command

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

BOOLEAN redo_add_command ( char *redo_command )

 

char *redo_command;   // A pointer to a null-terminated character string

 

 

 




Synopsis

#include "silver.h"

 

The redo_add_command function records a command to the redo system. The command will be executed as part of the redo command for the current command.

 

 

Parameters

redo_command is a null-terminated character string that is a SilverScreen command.

 

 

Return Value

redo_add_command returns TRUE if the redo system is active and redo_command is not NULL and it is successfully recorded, and FALSE otherwise.

 

 

See Also

is_redo_available, redo_add_bos