Arbortext IsoView > Programmer's Reference > Animation Functions > HasAnimations
  
HasAnimations
Determines if the illustration contains one or more animation sequences of the specified type. It returns the search result as Boolean: true if found; false if not.
Introduced with Arbortext IsoView 7.1.
Syntax
HasAnimationssequence_type
Parameters:
sequence_ type
Specifies the type of animation sequence to search for. Allowed values are:
1
remote event sequence
2
on load sequence
4
disabled sequence
// look for any kind of animations in the document:
bAnyAnimations = document.ivx1.HasAnimations( 1+2+4 );