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


IAGAnimationTracks.AnimationObjectContainer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTracks Interface > IAGAnimationTracks.AnimationObjectContainer Property
ArcGIS Developer Help

IAGAnimationTracks.AnimationObjectContainer Property

The container of the animation objects attached to the tracks.

[Visual Basic .NET]
Public Property AnimationObjectContainer As IAGAnimationContainer
[C#]
public IAGAnimationContainer AnimationObjectContainer {get; set;}
[C++]
HRESULT get_AnimationObjectContainer(
  IAGAnimationContainer** ppContainer
);
[C++]
HRESULT putref_AnimationObjectContainer(
  IAGAnimationContainer* ppContainer
);
[C++]
Parameters
ppContainer [out, retval]

ppContainer is a parameter of type IAGAnimationContainer** ppContainer [in]
ppContainer is a parameter of type IAGAnimationContainer*

Product Availability

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

See Also

IAGAnimationTracks Interface

.NET Samples

Move a graphic along a path in ArcMap Visualizing the camera path while animating