ArcGIS API for Silverlight - Library Reference
SubLayers Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace > WebMapLayer Class : SubLayers Property

Gets or sets the sub-layers of the layer. For example, if the layer is based on an ArcGIS map service. Each sublayer will have an id and optionally a popup definition.

Syntax

Visual Basic (Declaration) 
Public Property SubLayers As IList(Of WebMapSubLayer)
C# 
public IList<WebMapSubLayer> SubLayers {get; set;}

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.