This document is archived and information here might be outdated. Recommended version. |
The layer the Swipe command uses.
[Visual Basic .NET] Public Property SwipeLayer As ILayer
[C#] public ILayer SwipeLayer {get; set;}
[C++]
HRESULT get_SwipeLayer(
ILayer* ppSwiperLayer
);
[C++]
HRESULT putref_SwipeLayer(
ILayer** ppSwiperLayer
);
[C++] Parameters ppSwiperLayer [in]
ppSwiperLayer is a parameter of type ILayer* ppSwiperLayer [out, retval]
ppSwiperLayer is a parameter of type ILayer**
The layer used by the ControlsMapSwipeTool and ControlsGlobeSwipeTool. The SwipeLayer can be set programmatically or interactively by the end user selecting a layer using ControlsLayerListToolControl or ControlsGlobeLayerListToolControl.