SetEPS Drawing Command

SETEPS Object Commands

Sets the name and description of an EPS object.

seteps [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:

seteps name 'CorporateLogo'

 

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

User Contributed Comments For SetEPS
Dan Kilroy wrote...2006-05-03 15:51:02

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

Sets the {...} .

SetEPS ([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 SetEPS