This document is archived and information here might be outdated.  Recommended version.


IARGlobe.AnimationName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobe Interface > IARGlobe.AnimationName Property
ArcGIS Developer Help

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