Arbortext IsoView > Programmer's Reference > Properties > ActiveTool
  
ActiveTool
With this property you determine which tool is currently selected. It returns the active tool. (See Tool Set/Selection Constants – Iso7ConfigTools and ActiveTool for allowed values.)
Use Iso7ConfigTools to configure the behavior of the toolbar and the set of selectable tools. (See Iso7ConfigTools.)
Introduced with Arbortext IsoView 2.0.
// select ZoomIn tool
document.ivx1.ActiveTool = 2;
//or
document.ivx1.setActiveTool( 2 );