ArcObjects Library Reference (Controls)  

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 [out, retval]

  ppSwiperLayer is a parameter of type ILayer

ppSwiperLayer [in]

  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