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.
Solved! Go to Solution.
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
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