This sample demonstrates the UI GeometryControl. You can use this control to view sketch vertices or geometry vertices.
Language: C#
Subject: Editing
Contributor: ArcGIS Pro SDK Team <arcgisprosdk@esri.com>
Organization: Esri, https://www.esri.com
Date: 11/04/2024
ArcGIS Pro: 3.4
Visual Studio: 2022
.NET Target Framework: net8.0-windows
- Sample data for ArcGIS Pro SDK Community Samples can be downloaded from the Releases page.
- In Visual Studio, build the solution.
- Launch the debugger to open ArcGIS Pro.
- Open any project containing data.
- Activate the Add-in tab.
- Click the 'Show GeometryView Dockpane' button. A new dockpane should be displayed.
- Use the Select tool on the Map tab to select a feature. The vertices of the feature's geometry should be displayed in the dockpane.
- Click the 'Sketch Vertices' tool button. An empty control will be overlayed on the map.
- Start sketching with the tool. The vertices of the sketch should be displayed.
Home | API Reference | Requirements | Download | Samples