Arbortext IsoView > Programmer's Reference > Animation Functions > CountAnimations
  
CountAnimations
Counts all animation sequences in the current illustration. It returns the total number of sequences as Long. All types of animation sequences are counted, including remote event, on load, and disabled.
Introduced with Arbortext IsoView 7.1.
* 
To retrieve further information about animations in the current illustration, you can use GetAnimationObjectID, GetAnimationSequenceName and GetAnimationFlags. (See GetAnimationObjectID, GetAnimationSequenceName, and GetAnimationFlags.)
Syntax
CountAnimations
n = document.ivx1.CountAnimations();