Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - User Interface Preferences > app.window
  
app.window
This property gives access to all window attributes but it can not be used directly.
app.window.pageX
Returns and sets the window x-cords property as float.
app.window.pageX = 200
app.window.pageY
Returns and sets the window y-cords property as float.
app.window.pageY = 230
app.window.overlapX
Returns and sets the print overlap x-cords property as float.
app.window.overlapX = 10
app.window.overlapY
Returns and sets the print overlap y-cords property as float.
app.window.overlapY = 10
app.window.Scale
Returns and sets the window scale property as float.
app.window.Scale = 10
app.window.dimScale
Returns and sets the dimension scaling property as float.
app.window.dimScale = 7
app.window.preview
Returns and sets the objects preview property as integer. The allowed values are 0 for “no preview”, 1 for “a preview”, 2 for “visible hotspots” and 4 for “visible objects”. 3 is for “preview and hotspots”, 6 is for “hotspots and objects” and 7 is for everything.
app.window.preview = 6
app.window.is3D
Returns the 3D property as boolean. This property is read-only.
MESSAGE app.window.is3D
app.window.curSystem
Returns and sets the current system property as string. Allowed values are "mm", "in" and "pt".
app.window.curSystem = "mm"