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


IAGAnimationUtils.CreateLayerGroupAnimation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationUtils Interface > IAGAnimationUtils.CreateLayerGroupAnimation Method
ArcGIS Developer Help

IAGAnimationUtils.CreateLayerGroupAnimation Method

Create a layer group animation.

[Visual Basic .NET]
Public Sub CreateLayerGroupAnimation ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal pOptions As IAGGroupAnimationOptions _
)
[C#]
public void CreateLayerGroupAnimation (
    IAGAnimationContainer pContainer,
    IAGGroupAnimationOptions pOptions
);
[C++]
HRESULT CreateLayerGroupAnimation(
  IAGAnimationContainer* pContainer,
  IAGGroupAnimationOptions* pOptions
);
[C++]
Parameters
pContainer [in]

pContainer is a parameter of type IAGAnimationContainer* pOptions [in]
pOptions is a parameter of type IAGGroupAnimationOptions*

Product Availability

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

Remarks

This utility function creates a group animation for the animation container specified by pContainer. Other options, such as the input layers, are specified by pOptions.

See Also

IAGAnimationUtils Interface