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


ILayerEffectProperties.SwipeLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IL > ILayerEffectProperties Interface > ILayerEffectProperties.SwipeLayer Property
ArcGIS Developer Help

ILayerEffectProperties.SwipeLayer Property

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**

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

ILayerEffectProperties Interface