Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - User Interface Preferences > app.showObjectTips
  
app.showObjectTips
Applies to Arbortext IsoDraw 7.0 F000 and later:
Returns and sets the showObjectTips property as boolean. This property corresponds to the Show object tips option under Tooltips on the Redraw preferences panel.
true
Object tip text appears when the pointer hovers over an object that has object tip text assigned to it.
* 
app.showToolTips must be true before the app.showObjectTips property can be set true. Also, setting app.showObjectTips=true while app.showToolTips=falsewill automatically set app.showToolTips to true.
If a macro changes the state of app.showObjectTips, the change is saved as the new Show object tips preference setting.
Recording a macro that selects or clears the Show object tips option adds an app.showObjectTips = {true|false} statement to the macro.
app.showObjectTips = true
#Will also set:
app.showToolTips = true