Can anyone refer me a source to understand methods in SketchEditor

181
1
Jump to solution
2 weeks ago
Labels (2)
NACHIKETA
New Contributor II

Can anyone refer me a source to understand how to use sketchEditor , im using ArcGIS SDK for .NET runtime 100.6 . I could'nt find any thing on the documentation for .net or the API reference.

0 Kudos
1 Solution

Accepted Solutions
MichaelBranscomb
Esri Frequent Contributor

Hi,

Some resources to help you get started:

Sketch on map | ArcGIS Runtime API for .NET | ArcGIS Developers

Create and save KML file | ArcGIS Runtime API for .NET | ArcGIS Developers

Class SketchEditor (arcgis.com)

 

But note the SketchEditor is now considered the legacy pattern, and in the v200.x generation of the API it has been superseded by the GeometryEditor. I highly recommend, if possible, updating to the latest release, v200.4, and starting with the new pattern instead.

Create and edit geometries | ArcGIS Maps SDK for .NET | ArcGIS Developers

Class GeometryEditor (arcgis.com)

 

Thanks

View solution in original post

1 Reply
MichaelBranscomb
Esri Frequent Contributor

Hi,

Some resources to help you get started:

Sketch on map | ArcGIS Runtime API for .NET | ArcGIS Developers

Create and save KML file | ArcGIS Runtime API for .NET | ArcGIS Developers

Class SketchEditor (arcgis.com)

 

But note the SketchEditor is now considered the legacy pattern, and in the v200.x generation of the API it has been superseded by the GeometryEditor. I highly recommend, if possible, updating to the latest release, v200.4, and starting with the new pattern instead.

Create and edit geometries | ArcGIS Maps SDK for .NET | ArcGIS Developers

Class GeometryEditor (arcgis.com)

 

Thanks