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


IARControl.SwipeLayer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARControl.SwipeLayer Property

The swipe layer used by the control.

[Visual Basic .NET]
Public Property SwipeLayer As ARLayer
[C#]
public ARLayer SwipeLayer {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

This property can be used to specify the ARLayer which is used by the esriARToolMapSwipe.  Layers beneath the ArcReaderControl::SwipeLayer will be revealed when the esriARToolMapSwipe tool is used.

See Also

IARControl Interface