How to use
See Using the samples for help on compiling, setting up the debugger, and running the sample. If the sample has associated data, you will find that the sample's zip file includes a "data" folder alongside the language folders. However, you will need to update the sample to point to the location of the data once you have extracted all the files.
- Open and build the solution in Visual Studio.
- Open ArcGIS Explorer, and open a map which contains some Notes.
- Select the Add-Ins tab from the ArcGIS Explorer ribbon.
- Click the 'Edit Note Geometry' button to open the dockable window.
- Click on a Note in the map and the dockable window will show the coordinates of the Geometry of the Note.
- Change the values in the text boxes to update the X and Y coordinates of the Note Geometry. If you have clicked on a Note with Polygon, Polyline or Point Note then the vertices will be listed in the lower half of the window - click on a line in the list to update that specific vertex.
- Don't forget to save the map if you want to save the changes to the Notes you have edited.
Download the files for all languages
DockWindow.cs | This class defines the dockable window, and also performs the geometry updating. |
VertexGeometry.cs | This class provides simple functionality for editing X and Y properties of Point and single part Polygon and Polyline geometries. |
DockWindow.vb | This class defines the dockable window, and also performs the geometry updating. |
VertexGeometry.vb | This class provides simple functionality for editing X and Y properties of Point and single part Polygon and Polyline geometries. |