ArcGIS Runtime SDK for WPF - Library Reference
MapLayers Property
See Also 
ESRI.ArcGIS.Client.Local Namespace > LocalMapService Class : MapLayers Property

Gets the collection of map layers exposed by the local map service.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property MapLayers As ReadOnlyCollection(Of LayerDetails)
C# 
public ReadOnlyCollection<LayerDetails> MapLayers {get;}

Property Value

A ReadOnlyCollection of LayerDetails.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.