ArcGIS API for WPF - Library Reference
LayerIDs Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > Legend Class : LayerIDs Property

Gets or sets the layer IDs of the layers participating in the legend.

Syntax

Visual Basic (Declaration) 
Public Property LayerIDs As String()
C# 
public string[] LayerIDs {get; set;}

Property Value

The layer IDs.

Remarks

Specified in XAML and in Blend as a comma-delimited string: If a layer name contains a comma, please use , instead of the comma. If null/empty, legend from all layers is generated. Order of the layer ids is respected in generating the legend.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.