GetObjectAnimationSequenceName
Gets information about an enumerated animation sequence of an object. It returns a string, seqName; the name of this sequence.
After an illustration loads, the animation sequences it contains are in an unsorted order. This order will not change unless it is explicitly forced to by another method such as
ConvertAnimationMetadata. (See
ConvertAnimationMetadata.)
Introduced with Arbortext IsoView 7.1.
Syntax
GetObjectAnimationSequenceNameobjIDindex
Parameters:
objID
The ID of the object this method acts upon.
index
Picks the sequence of interest. The value can be
0 or any positive number less than the result of
CountObjectAnimations. (See
CountObjectAnimations.)