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

Gets or sets a value indicating whether continuous mode is enabled.

Syntax

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

Property Value

true if continuous mode; otherwise, false.

Remarks

If Continuous mode is true, commands like Add, Select etc will stay active until this value is set to false, CancelActive is executed or another command is enabled.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.