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

Gets or sets the layer IDs this editor works against.

Syntax

Visual Basic (Declaration) 
Public Property LayerIDs As IEnumerable(Of String)
C# 
public IEnumerable<string> LayerIDs {get; set;}

Remarks

Note that some commands only supports specific layer types, or requires only one layer specified.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.