Arbortext IsoDraw > Macro Language Reference > Menu Commands > File Menu > Place
  
Place
The PLACE command places a document on the current ilustration.
PLACE"path"x1 y1 x2 y2
path
Defines the placed file’s path. You should always define relative paths. If the parameter path is not given, the user can choose a file through the standard open-file dialog.
x1 y1 x2 y2
(optional) Defines the size and location of the target rectangle for the placed file using the coordinates of the rectangle’s lower left corner and upper right corner. (x1 y1) specifies the lower left corner; (x2 y2) specifies the upper right corner.
* 
For 3D files, the target rectangle is not relevant and will be ignored.
#no parameters
PLACE

#just the filename
PLACE "c:\screw.iso"

#the filename and the coordinates of the placement
PLACE "C:\screw.iso" 120 150 180 210