GetGridSnap Document Query Command

GETGRIDSNAP Document Queries

Gets the grid snap status.

getgridsnap [WINDOW name]

WINDOW/s The window name. Default=current.

Results:

Returns the grid snap status (ON|OFF) to RESULT.

Examples:

getgridsnap
say 'Grid Snap: '||result

 

GetGridSnap  Command Definition  url:PGScmd/getgridsnap
  created:2006-03-30 22:20:07   last updated:2006-03-30 22:20:07
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetGridSnap
Dan Kilroy wrote...2006-05-04 17:18:04

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

Gets the {...} .

mode<ON|OFF> = GetGridSnap ([WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetGridSnap