DisplayGrid Document Command

Changes the grid display status.

displaygrid <status> [stack] [COLOR red green blue] [WINDOW name]

status/k The grid's display status.

Options: SHOW|HIDE|TOGGLE.
stack/k Specifies whether the grid is drawn on top or below objects.

Options: INFRONT|INBACK
(default).

COLOR/i The red, green and blue components of the

grid color. Range: 0-255.

WINDOW/s The window name. Default=current.

Examples:
ARexx:

displaygrid show infront
displaygrid color 0 255 255

 

DisplayGrid  Command Definition  url:PGScmd/displaygrid
  created:2006-03-30 13:47:46   last updated:2006-08-18 11:31:30
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For DisplayGrid
Dan Kilroy wrote...2006-05-04 17:16:21

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

DisplayGrid ([SHOW | HIDE| TOGGLE] [WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For DisplayGrid