ArcGIS API for Windows Phone - Library Reference
Layers Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > ArcGISTiledMapServiceLayer Class : Layers Property

Gets the sub-layers in a tiled map service.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Layers As LayerInfo()
C# 
public LayerInfo[] Layers {get;}

Remarks

Each LayerInfo will provide the default visibility, unique ID, name and a set of sub-layer ids (if present).

Property Value

Array of LayerInfo.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.