ArcObjects Library Reference (Animation)  

IAGGroupAnimationOptions.LayerSet Property

The layers to animate.

[Visual Basic .NET]
Public Property LayerSet As IArray
[C#]
public IArray LayerSet {get; set;}
[C++]
HRESULT get_LayerSet(
  IArray** ppLayerSet
);
[C++]
HRESULT putref_LayerSet(
  IArray* ppLayerSet
);
[C++]

Parameters

ppLayerSet [out, retval]

  ppLayerSet is a parameter of type IArray

ppLayerSet [in]

  ppLayerSet is a parameter of type IArray

Product Availability

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

See Also

IAGGroupAnimationOptions Interface

.NET Snippets

Create Group Layer Animation