ArcObjects Library Reference (PublisherControls)  

IARGlobeControlDefault.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 esriARToolGlobeSwipe.  Layers beneath the ArcReaderGlobeControl::SwipeLayer will be revealed when the esriARToolGlobeSwipe tool is used.

See Also

IARGlobeControlDefault Interface