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


IAGGroupAnimationOptions.AnimationTracks Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IAGGroupAnimationOptions.AnimationTracks Property

The animation track container.

[Visual Basic .NET]
Public Property AnimationTracks As IAGAnimationTracks
[C#]
public IAGAnimationTracks AnimationTracks {get; set;}
[C++]
HRESULT get_AnimationTracks(
  IAGAnimationTracks** ppTracks
);
[C++]
HRESULT putref_AnimationTracks(
  IAGAnimationTracks* ppTracks
);
[C++]

Parameters ppTracks [out, retval]
ppTracks is a parameter of type IAGAnimationTracks ppTracks [in]
ppTracks is a parameter of type IAGAnimationTracks

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGGroupAnimationOptions Interface

.NET Snippets

Create Group Layer Animation