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

Gets or sets a value indicating whether auto select is enabled.

Syntax

Visual Basic (Declaration) 
Public Property AutoSelect As Boolean
C# 
public bool AutoSelect {get; set;}

Property Value

true if auto select is enabled otherwise, false.

Remarks

AutoSelect will allow commands that require an active selection to be executed, even though no features has been selected. All commands will ignore this setting, if the layers has any selection. See reference table below for a list of commands utilizing AutoSelect:
Command Description
Cut Uses the cut line to select features and perform the cut against (FeatureLayer only).
Reshape Uses the reshape line to select features and perform the reshape against (FeatureLayer only).
Union Asks the user to do a selection first and performs a union using the selection. If SelectionMode is not Point or Rectangle, only FeatureLayer will supports AutoSelect.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.