Show / Hide Table of Contents

Property Tool

Tool

Gets or sets the tool defining how you interact with the view to create and edit the Geometry.

Declaration
public GeometryEditorTool Tool { get; set; }
Property Value
Type Description
GeometryEditorTool

The tool defining how you interact with the view to create and edit the Geometry.

Remarks

The default value is a VertexTool with all interactive operations enabled, providing a common way of editing points, multipoints, polygons, and polylines.

The tool can be replaced while a GeometryEditor is started (IsStarted = true), enabling a combination of tools to be used to edit a geometry.

See Also
VertexTool
FreehandTool
ReticleVertexTool

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.