ArcObjects Library Reference (PublisherControls)  

IARGlobe.AnimationCount Property

The number of animations in the globes's animation collection.

[Visual Basic .NET]
Public ReadOnly Property AnimationCount As Integer
[C#]
public int AnimationCount {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The AnimationCount property returns the number of Animations within the ARGlobe animation collection.  The ARGlobe animation collection only contains animations published with the currently open document.

See Also

IARGlobe Interface