Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - User Interface Preferences > app.thickthin
  
app.thickthin
This property gives access to all thick/thin attributes but it can not be used directly.
app.thickthin.useThickThin
Returns and sets the "use thick thin technique" property as boolean.
app.thickthin.useThickThin = true
app.thickthin.thickPen
Returns and sets the thick pen property as string. The name of every existing pen is an allowed value.
app.thickthin.thickPen = "Thick"
app.thickthin.thinPen
Returns and sets the thin pen property as string. The name of every existing pen is an allowed value.
app.thickthin.thinPen = "Thin"
app.thickthin.useEllipsePens
Returns and sets the "specify pens for ellipses and threads" property as boolean.
app.thickthin.useEllipsePens = true
app.thickthin.thick1
Returns and sets the first thick pen property as string. The name of every existing pen is an allowed value.
app.thickthin.thick1 = "Thick"
app.thickthin.thin1
Returns and sets the first thin pen property as string. The name of every existing pen is an allowed value.
app.thickthin.thin1 = "Thin"
app.thickthin.thick2
Returns and sets the second thick pen property as string. The name of every existing pen is an allowed value.
app.thickthin.thick2 = "Thick"
app.thickthin.thin2
Returns and sets the second thin pen property as string. The name of every existing pen is an allowed value.
app.thickthin.thin2 = "Thin"
app.thickthin.thick3
Returns and sets the third thick pen property as string. The name of every existing pen is an allowed value.
app.thickthin.thick3 = "Thick"
app.thickthin.thin3
Returns and sets the third thin pen property as string. The name of every existing pen is an allowed value.
app.thickthin.thin3 = "Thin"
app.thickthin.upto1
Returns and sets the first up to property as float.
app.thickthin.upto1 = 20
app.thickthin.upto2
Returns and sets the second up to property as float.
app.thickthin.upto2 = 40