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

Enables the user to select features in the layers.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Select As ICommand
C# 
public ICommand Select {get;}

Remarks

Use the CommandParameter to set the ESRI.ArcGIS.Client.FeatureService.Editing.SpatialSelect.SelectionMode. Supported modes: Add, Remove, New, Keyboard (default).

The SelectionMode specifies whether the user selects using a point, polygon, polyline or rectangle. Only FeatureLayer supports polygon and polyline selection modes. If any of these modes are selected but no FeatureLayers are referenced by the editor, this command will be disabled.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.