Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - User Interface Preferences > app.interaction
  
app.interaction
Returns and sets the display of certain dialogs as boolean. We do not recommend setting this to false permanently as many dialogs will not appear during your use of Arbortext IsoDraw.
app.interaction = false
#Turning off dialogs
app.interaction = false
Select IF Type is equal to 'callout'
Cut
#Turn dialogs back on
app.interaction = true