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


IARGlobeControl.SwipeLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControl Interface > IARGlobeControl.SwipeLayer Property
ArcGIS Developer Help

IARGlobeControl.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

IARGlobeControl Interface