TmBottomGrael Procedure
Sets the specified graphical element to be on the bottom of the display list (displayed behind the other graphical elements).
Usage
TmBottomGrael, tool_name, grael_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 to move to the bottom.
Keywords
None.
Discussion
This function is called by the Edit menu’s Bottom command on the graphical VDA Tools. A list of graphical elements for a given VDA Tool can be obtained with TmEnumerateGraels.
Example
TmBottomGrael, 'WzPlot_0', 'GROUP_0'
See Also