Arbortext IsoView > Programmer's Reference > Properties
  
Properties
AllowJumps
With this property you determine whether internal jumps are allowed. An internal jump exists if a viewport has been selected in Arbortext IsoDraw as a target for an object. If the user clicks on the object the specified viewport will be set.
This property enables or disables internal jumping; default: true.
Introduced with Arbortext IsoView 1.0.
document.ivx1.AllowJumps = false;ordocument.ivx1.setAllowJumps( false );