Undo


Functions

Boolean_t TecUtilUndoCanUndo (void)
  Determine if you can undo the last operation.
Boolean_t TecUtilUndoDoUndo (void)
  Undo the last operation.
Boolean_t TecUtilUndoGetCategoryText (char **CategoryText)
  Get the current Undo category text string


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

Boolean_t TecUtilUndoGetCategoryText ( char **  CategoryText  ) 

Get the current Undo category text string

Parameters:
CategoryText The Undo category text.
Returns:
TRUE if the category text is returned, FALSE otherwise.
Python Syntax:
  Results = TecUtil.UndoGetCategoryText()

  Output:
    Results[0]    ReturnVal            boolean
    Results[1]    CategoryText         string

Since:
14.2


Generated on Tue Mar 12 02:24:44 2013 for Tecplot by  doxygen 1.5.5