SilverScreen Solid Modeler

undo_get_description

undo_get_description

Previous topic Next topic  

undo_get_description

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

void undo_get_description ( char *description )

 

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

 

 

 




Synopsis

#include "silver.h"

 

The undo_get_description function retrieves the description of the undo action associated with the current command.

 

 

Parameters

description is a character buffer that will store the description

 

 

Return Value

none

 

 

See Also

undo_set_description, redo_get_description, Undo System Usage