TmTopGrael Procedure

Sets the specified graphical element to be at the top of the display list (displayed in front of other graphical elements).

Usage

TmTopGrael, 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 top.

Keywords

None.

Discussion

This function is called by the Edit menu’s Top command on the graphical VDA Tools. A list of graphical elements for a given VDA Tool can be obtained with TmEnumerateGraels.

Example

TmTopGrael, 'WzPlot_0', 'RECTANGLE_1'

See Also

TmBottomGrael