Start the sample application. The ushigh.shp shapefile from the sample data is loaded into the Map control.
Start an edit session using the Editor menu on the toolbar.
The editing controls on the toolbar are enabled.
Zoom in to an area on the map where you want to reshape a highway feature.
Use the Edit tool to select a feature by clicking the feature. The feature is highlighted in blue, and the custom and out-of-the-box tools in the Vertex Tools menu are enabled.
Use the vertex tools. To delete a vertex, select either of the Delete Vertex tools, then click an existing vertex. To insert a vertex, select either of the Insert Vertex tools, then click next to or on a selected feature.
Stop the edit session using the Editor menu.
If you installed the samples feature,
you will find the files associated with this sample in <Your Developer Kit install location>\DeveloperKit10.4\Java\Samples\ArcObjects.
Contains the code to implement a subtyped command. A subtyped command gives the appearance of multiple commands even though it is a single command. The command uses fine-grained ArcObjects to perform vertex editing.
Contains the code to implement a subtyped command. A subtyped command gives the appearance of multiple commands even though it is a single command. The command delegates to the out-of-the-box commands to perform vertex editing.