Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - User Interface Preferences > app.thread
  
app.thread
This property gives access to all thread attributes but it can not be used directly.
app.thread.inner.upTo1
Returns and sets the first "inner thread up to" property as float.
app.thread.inner.upTo1 = 20
app.thread.inner.upTo2
Returns and sets the second "inner thread up to" property as float.
app.thread.inner.upTo2 = 40
app.thread.inner.size1
Returns and sets the first inner thread distance property as float.
app.thread.inner.size1 = 2
app.thread.inner.size2
Returns and sets the second inner thread distance property as float.
app.thread.inner.size2 = 2.5
app.thread.inner.size3
Returns and sets the third inner thread distance property as float.
app.thread.inner.size3 = 3
app.thread.outer.upTo1
Returns and sets the first "outer thread up to" property as float.
app.thread.outer.upTo1 = 20
app.thread.outer.upTo2
Returns and sets the second "outer thread up to" property as float.
app.thread.outer.upTo2 = 40
app.thread.outer.size1
Returns and sets the first outer thread distance property as float.
app.thread.outer.size1 = 2
app.thread.outer.size2
Returns and sets the second outer thread distance property as float.
app.thread.outer.size2 = 2.5
app.thread.outer.size3
Returns and sets the third outer thread distance property as float.
app.thread.outer.size3 = 3