ESRI.ArcGIS.Mobile.Client
MapLayers Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Windows Namespace > LayerVisibilityWindow Class : MapLayers Property

Collection of layers to display/select. These may be MapLayers, FeatureSources, etc. The only requirement is that the object have a Name property.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public ReadOnly Property MapLayers As ObservableCollection(Of CheckableItem(Of Object))
C# 
[CompilerGeneratedAttribute()]
public ObservableCollection<CheckableItem<object>> MapLayers {get;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also