AddToDrawing Object Command

Adds all selected objects to the bottom-most selected drawing.

addtodrawing [DOCUMENT name | WINDOW name]

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:
ARexx:

addtodrawing 'Project.doc'

 

AddToDrawing  Command Definition  url:PGScmd/addtodrawing
  created:2006-03-29 17:47:08   last updated:2006-08-18 11:05:42
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For AddToDrawing
Dan Kilroy wrote...2006-05-03 15:11:10

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

Adds the {...} .

AddToDrawing ([DOCUMENT document | WINDOW document-window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For AddToDrawing