Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - Data Exchange Preferences > Export HPGL
  
Export HPGL
app.hpgl.extension
Returns and sets the file extension as string.
app.hpgl.extension = "hpl"
app.hpgl.sortPens
Returns and sets if the pens should be sorted for the plotter output as boolean.
app.hpgl.sortPens = TRUE
app.hpgl.refPoint.x
Returns and sets the reference point x-coord as float.
app.hpgl.refPoint.x = 10.1
app.hpgl.refPoint.y
Returns and sets the reference point y-coord as float.
app.hpgl.refPoint.y = 10.2