See
How to use ArcGIS samples for help on 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.
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, and click an existing vertex. To insert a vertex, select either of the Insert Vertex tools, and click next to or on a selected feature.
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.