Show / Hide Table of Contents

Enum SketchCreationMode

Determines the type of geometry and how it will be created by the SketchEditor.

Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum SketchCreationMode

Fields

Name Description
Arrow

Sketches a Polygon in a arrow shape by dragging from initial touch point and letting go to desired size.

Circle

Sketches a Polygon in an circular shape by dragging from initial touch point and letting go to desired size.

Ellipse

Sketches a Polygon in an elliptical shape by dragging from initial touch point and letting go to desired size.

FreehandLine

Sketches a freehand Polyline by dragging from initial touch point and letting go when done.

FreehandPolygon

Sketches a freehand Polygon by dragging from initial touch point and letting go when done.

Multipoint

Sketches a Multipoint using a series of AddCommand or tap to add vertices.

Point

Sketches a MapPoint using AddCommand or tap.

Polygon

Sketches a Polygon using a series of AddCommand or tap to add vertices.

Polyline

Sketches a Polyline using a series of AddCommand or tap to add vertices.

Rectangle

Sketches a Polygon in a screen-aligned rectangle shape by dragging from initial touch point and letting go to desired size.

Triangle

Sketches a Polygon in an equilateral triangle shape by dragging from initial touch point and letting go to desired size.

See Also
StartAsync(SketchCreationMode, Boolean)
StartAsync(SketchCreationMode, SketchEditConfiguration)
StartAsync(Geometry, SketchCreationMode)
StartAsync(Geometry, SketchCreationMode, SketchEditConfiguration)

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15
In This Article
Back to top Copyright © 2022 Esri.