Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - User Interface Preferences > app.compare
  
app.compare
This property gives access to all compare attributes but it can not be used directly.
app.compare.deletedColor
Returns and sets the deleted elements property as RGBColor.
app.compare.deletedColor.red = 221
app.compare.changedColor
Returns and sets the changed elements property as RGBColor.
app.compare.changedColor.green = 212
app.compare.createdColor
Returns and sets the created elements property as RGBColor.
app.compare.createdColor.blue = 122