Arbortext IsoView > Programmer's Reference > Events > ObjectHit
  
ObjectHit
This event is generated if you move the mouse over an object or click on it with one of the two mouse buttons.
As soon as the mouse leaves the object's area, another ObjectHit event is generated and all parameters are set to 0 or empty.
Introduced with Arbortext IsoView 3.0.
Syntax
ObjectHitMouseBtnobject
Parameters:
MouseBtn
Indicates which mouse button has been pressed as short. Allowed values are:
0
no mouse button
1
left mouse button
2
right mouse button
object
Indicates the object identifier as BSTR.
<!- Internet Explorer -->
<script language="VBScript" for="ivx1"
event="ObjectHit(nMouseBtn, strObject)">
<!--
call MyObjectHit( nMouseBtn, strObject )
//-->
</script>