Arbortext IsoView > Programmer's Reference > Animation Functions > CountObjectAnimations
  
CountObjectAnimations
Counts all animation sequences on the specified object. It returns the total number of all sequences on the specified object as Long. All types of animation sequences are counted, including remote event, on load, and disabled.
Introduced with Arbortext IsoView 7.1.
Syntax
CountObjectAnimationsobjID
Parameters:
objID
The ID of the object this method acts upon.
n = document.ivx1.CountObjectAnimations( 'id(myObj)' );