This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IL > ILayerEffectProperties Interface > ILayerEffectProperties.SwipeLayer Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
ppSwiperLayer is a parameter of type ILayer ppSwiperLayer [in]
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.