Reference Guide > T Routines > TmExecuteGraelMethod Procedure
  

TmExecuteGraelMethod Procedure
Executes a method for a graphical method based on the method name.
Usage
TmExecuteGraelMethod, tool_name, grael_name, method_name
Parameters
tool_name—A string containing the unique name of a VDA Tool.
grael_name—A string containing the name of the graphical element.
method_name—A string containing the name of the method to execute. e.g., TM_DISPLAY.
Keywords
None.
Discussion
If the named method was not previously registered with the Tools Manager, no action is taken.
Example
TmSetGraelMethod, 'WzPlot_0', 'LINE_0', 'TM_DISPLAY', $
   'TmLine' 
TmExecuteGraelMethod, 'WzPlot_0', 'LINE_0', 'TM_DISPLAY' 
See Also
TmEnumerateGraelMethods, TmGetGraelMethod, TmSetGraelMethod

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.