ArcObjects Library Reference (PublisherControls)  

IARGlobe.AnimationName Property

The name of the animation.

[Visual Basic .NET]
Public Function get_AnimationName ( _
    ByVal index As Integer _
) As String
[C#]
public string get_AnimationName (
    int index
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Each animation within the ARGlobe has a unique name. The ARGlobe manages any animations that are added to the PMF when the document is published.  An ARGlobe can contain any number of animations.

AnimationName returns the name of the animation at the specified index in the ARGlobe animation collection.

See Also

IARGlobe Interface