Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - User Interface Preferences > app.dimensions
  
app.dimensions
This property gives access to all dimension attributes but it can not be used directly.
app.dimensions.baseOffset
Returns and sets the base offset property as float.
app.dimensions.baseOffset = 2
app.dimensions.extendOffset
Returns and sets the extend offset property as float.
app.dimensions.extendOffset = 2
app.dimensions.verticalOffset
Returns and sets the vertical offset property as float.
app.dimensions.verticalOffset = 0
app.dimensions.minLength
Returns and sets the minimum length property as float.
app.dimensions.minLength = 5
app.dimensions.decimalPlaces
Returns and sets the decimal places property as integer.
app.dimensions.decimalPlaces = 2
app.dimensions.leaderPen
Returns and sets the leader pen property as string. All existing pens are allowed.
app.dimensions.leaderPen = "Thick"
app.dimensions.leaderStyle
Returns and sets the leader style property as string. All existing styles are allowed.
app.dimensions.leaderStyle = "Solid"
app.dimensions.leaderHalo
Returns and sets the leaderHalo property as string. All existing halos are allowed.
app.dimensions.leaderHalo = "Autom. Long"
app.dimensions.startPen
Returns and sets the start pen property as string. All existing pens are allowed.
app.dimensions.startPen = "Thick"
app.dimensions.startStyle
Returns and sets the start style property as string. All existing styles are allowed.
app.dimensions.startStyle = "Solid"
app.dimensions.startHalo
Returns and sets the startHalo property as string. All existing halos are allowed.
app.dimensions.startHalo = "Autom. Long"
app.dimensions.endPen
Returns and sets the end pen property as string. All existing pens are allowed.
app.dimensions.endPen = "Thick"
app.dimensions.endStyle
Returns and sets the end style property as string. All existing styles are allowed.
app.dimensions.endStyle = "Solid"
app.dimensions.endHalo
Returns and sets the endHalo property as string. All existing halos are allowed.
app.dimensions.endHalo = "Autom. Long"
app.dimensions.stripZeros
Returns and sets the strip zeros property as boolean.
app.dimensions.stripZeros = true
app.dimensions.txtFormat
Returns and sets the text format property as string. All existing text formats are allowed.
app.dimensions.txtFormat = "Normal"
app.dimensions.txtFont
Returns and sets the text font property as string. All installed fonts are allowed.
app.dimensions.txtFont = "Arial"
app.dimensions.txtFace
Returns and sets the text face property as string. Allowed values are "normal", "bold", "italic" and "bolditalic".
app.dimensions.txtFace = "bold"
Returns and sets the text size property as float.
app.dimensions.txtSize = 24.5
app.dimensions.txtSize
app.dimensions.txtStrokeColor
Returns and sets the text strokecolor property as ColorSpec (see ColorSpec).
app.dimensions.txtStrokeColor.type = "cmykValues"
app.dimensions.txtStroke
Returns and sets the text stroke property as float.
app.dimensions.txtStroke
= 2.2
app.dimensions.textFillcolor
Returns and sets the text fillcolor property as ColorSpec (see ).ColorSpec
app.dimensions.textFillColor.type = "rgbValues"
app.dimensions.textFillColor.rgb.red = 168
app.dimensions.textFillColor.rgb.green = 168
app.dimensions.textFillColor.rgb.blue = 168