ArcGIS API for WPF - 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;}

Property Value

Array of LayerInfo.

Remarks

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

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.