Arbortext IsoDraw > Macro Language Reference > Object Data Types > Document Object > document.thread
  
document.thread
This property gives access to all thread 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.thread.inner.upTo1
Returns and sets the first "inner thread up to" property as float.
myDoc.thread.inner.upTo1 = 20
document.thread.inner.upTo2
Returns and sets the second "inner thread up to" property as float.
myDoc.thread.inner.upTo2 = 40
document.thread.inner.size1
Returns and sets the first inner thread distance property as float.
myDoc.thread.inner.size1 = 2.5
document.thread.inner.size2
Returns and sets the second inner thread distance property as float.
myDoc.thread.inner.size2 = 4
document.thread.inner.size3
Returns and sets the third inner thread distance property as float.
myDoc.thread.inner.size3 = 5.5
document.thread.outer.upTo1
Returns and sets the first "outer thread up to" property as float.
myDoc.thread.outer.upTo1 = 20
document.thread.outer.upTo2
Returns and sets the second "outer thread up to" property as float.
myDoc.thread.outer.upTo2 = 40
document.thread.outer.size1
Returns and sets the first outer thread distance property as float.
myDoc.thread.outer.size1 = 2.5
document.thread.outer.size2
Returns and sets the second outer thread distance property as float.
myDoc.thread.outer.size2 = 4
document.thread.outer.size3
Returns and sets the third outer thread distance property as float.
myDoc.thread.outer.size3 = 5.5