ClosePath Drawing Command

Closes the selected open polygon paths.

closepath [PAGE number | WINDOW name | OBJECTID number]

PAGE/s The page name. Default=current.

WINDOW/s The window name. Default=current.

OBJECTID/i The number of the object to manipulate.

Examples:
ARexx:

closepath page 'project.doc~6'

 

ClosePath  Command Definition  url:PGScmd/closepath
  created:2006-03-30 10:07:12   last updated:2006-08-18 11:16:09
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For ClosePath
Dan Kilroy wrote...2006-05-03 19:46:41

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

Close the {...} .

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


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For ClosePath