UnselectGraphics

Description:              This statement will unselect all of the graphics in the specified window.

Returns:                    Nothing

Usage:                       Script or Steady State

Format:                      UnselectGraphics(Window)

Parameters:             Window     { Object Value }  { required }  { no default: }

                                                Any expression which gives the object value of any module instance which is drawn in the window.

Example:

If ZButton(30, 100, 130, 70, "Unselect", 1);

[

  UnselectGraphics(Self());

]

If the button that is displayed in the upper left corner of the window is pressed, all graphic objects I that window that were selected will become unselected.

See Also:

SelectArea | SelectDAG | SelectGraphic | UnselectObject