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


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

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