Show / Hide Table of Contents

Property Configuration

Configuration

Gets or sets the defines the set of interactive operations enabled when using this tool.

Declaration
public InteractionConfiguration Configuration { get; set; }
Property Value
Type Description
InteractionConfiguration

Defines the set of interactive operations enabled when using this tool.

Remarks

By default, the Configuration allows you to create and select vertices by tapping on the map, and also allows you to move vertices by dragging the selected vertex.

By default, it does not allow the creation of new parts, but does allow the selection, transformation, and deletion of any existing parts if they already exist in the Geometry. Set AllowPartCreation to true to allow you to tap on the view when there is no current selection (SelectedElement is null) to start new parts in polyline and polygon geometries.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.