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


IARGlobe.AnimationCount 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.AnimationCount Property
ArcGIS Developer Help

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