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

Gets or sets the sub-layer ids that should be visible.

Syntax

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

Remarks

A sub layer id is most generally an integer but may be a string for some layer types such as the WMS layer.

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.