ArcObjects Library Reference (Controls)  

ControlsEditingVertexInsertCommand CoClass

Inserts a vertex into the edit sketch.

Product Availability

Available with ArcGIS Engine.

Description

This object was new at ArcGIS 9.3.

The CLSID of this command is: {2B1C4F4E-0A91-4018-A58E-1CF849CC9513}.

This command works with the ToolbarControl, PageLayoutControl, and MapControl.

This command inserts a vertex into an edit sketch.

If the ArcGIS Engine application using this command is initialized with an ArcGIS Engine Runtime license or an ArcGIS for Desktop Basic license, this command can be used to edit shapefiles and personal geodatabases.

If the ArcGIS Engine application using this command is initialized with an ArcGIS Engine GeoDatabase Editing license, or ArcGIS for Desktop Standard or ArcGIS for Desktop Advanced, this command can be used to edit data within an enterprise geodatabase.

Interfaces

Interfaces Description
ICommand (esriSystemUI) Provides access to members that define a COM command.

Remarks

It is essential to execute the IEngineEditSketch::SetEditLocation method prior to calling this command to ensure that the vertex location, segment and part are made available to the command.

The ControlsEditingVertexInsertCommand is also found on the predefined pop up menu or context menu ControlsEditingVertexContextMenu.

Note: the command does not have a bitmap.