This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGGroupAnimationOptions Interface > IAGGroupAnimationOptions.LayerSet Property (ArcObjects .NET 10.5 SDK) |
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