Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - User Interface Preferences > app.lineOptions
  
app.lineOptions
This property gives access to all line option attributes but it can not be used directly.
app.lineOptions.lineCap
Returns and sets the ends property as integer. Allowed values are 0 for “flat”, 1 for “round” and 2 for “square”.
app.lineOptions.lineCap = 1
app.lineOptions.lineJoin
Returns and sets the corners property as integer. Allowed values are 0 for “mitered”, 1 for “rounded” and 2 for “bevel”.
app.lineOptions.lineJoin = 2
app.lineOptions.miterLimit
Returns and sets the miter limit property as integer.
app.lineOptions.miterLimit = 4
app.lineOptions.overPrint
Returns and sets the overprint property as integer. Allowed values are 0 for “none”, 1 for “stroke”, 2 for “square” and 3 for “stroke and square”.
app.lineOptions.overPrint = 2