SetDrawing Object Command

SETDRAWING Text Commands

Sets the name and description of a drawing object.

setdrawing [NAME name] [DESC description] [DOCUMENT name | WINDOW name | OBJECTID number]

NAME/s The new name of the object.

DESC/s The new description of the object.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

OBJECTID/i The number of the object to manipulate.

Default=current.

Examples:

setdrawing name 'CorporateLogo'

 

SetDrawing  Command Definition  url:PGScmd/setdrawing
  created:2006-03-31 10:52:54   last updated:2006-03-31 10:52:54
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetDrawing
Dan Kilroy wrote...2006-05-03 15:08:35

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

Sets the {...} .

SetDrawing ([NAME name][DESC desc][AUTHOR author][COPYRIGHT copyright] [DOCUMENT document | WINDOW document-window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetDrawing