Arbortext IsoDraw > Macro Language Reference > Object Data Types > Document Object > document.thickthin
  
document.thickthin
This property gives access to all thick/thin attributes but it can not be used directly. It is assumed that myDoc has already been defined as a document and set as the activeDoc for the following examples.
document.thickthin.useThickThin
Returns and sets the "use thick thin technique" property as boolean.
myDoc.thickthin.useThickThin = true
document.thickthin.thickPen
Returns and sets the thick pen property as string. The name of every exiting pen is an allowed value.
myDoc.thickthin.thickPen = "Thick"
document.thickthin.thinPen
Returns and sets the thin pen property as string. The name of every exiting pen is an allowed value.
myDoc.thickthin.thinPen = "Thin"
document.thickthin.useEllipsePens
Returns and sets the "specify pens for ellipses and threads" property as boolean.
myDoc.thickthin.useEllipsePens = true
document.thickthin.thick1
Returns and sets the first thick pen property as string. The name of every exiting pen is an allowed value.
myDoc.thickthin.thick1 = "Thick"
document.thickthin.thin1
Returns and sets the first thin pen property as string. The name of every exiting pen is an allowed value.
myDoc.thickthin.thin1 = "Thin"
document.thickthin.thick2
Returns and sets the second thick pen property as string. The name of every exiting pen is an allowed value.
myDoc.thickthin.thick2 = "Thick"
document.thickthin.thin2
Returns and sets the second thin pen property as string. The name of every exiting pen is an allowed value.
myDoc.thickthin.thin2 = "Thin"
document.thickthin.thick3
Returns and sets the third thick pen property as string. The name of every exiting pen is an allowed value.
myDoc.thickthin.thick3 = "Thick"
document.thickthin.thin3
Returns and sets the third thin pen property as string. The name of every exiting pen is an allowed value.
myDoc.thickthin.thin3 = "Thin"
document.thickthin.upto1
Returns and sets the first up to property as float.
myDoc.thickthin.upto1 = 20
document.thickthin.upto2
Returns and sets the second up to property as float.
myDoc.thickthin.upto2 = 40