Undo


Functions

Boolean_t TecUtilUndoCanUndo (void)
  Determine if you can undo the last operation.
Boolean_t TecUtilUndoDoUndo (void)
  Undo the last operation.


Function Documentation

Boolean_t TecUtilUndoCanUndo ( void   ) 

Determine if you can undo the last operation.

Returns:
Returns TRUE if the last operation is undoable otherwise FALSE.
Python Syntax:
  Results = TecUtil.UndoCanUndo()

  Output:
    Results[0]    ReturnVal            boolean

Boolean_t TecUtilUndoDoUndo ( void   ) 

Undo the last operation.

Returns:
Returns TRUE if the undo is successful otherwise FALSE.
Python Syntax:
  Results = TecUtil.UndoDoUndo()

  Output:
    Results[0]    ReturnVal            boolean


Generated on Wed Oct 7 14:56:20 2009 for Tecplot by  doxygen 1.5.5