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
[Obsolete("Use GeometryEditor with GeometryType instead")]
public enum SketchCreationMode

Fields

Name Description
Arrow

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

Circle

Sketches a Polygon in a 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 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.