ArcObjects Library Reference (Controls)  

ControlsEditingVertexDeleteCommand CoClass

Deletes a vertex from the edit sketch.

Product Availability

Available with ArcGIS Engine.

Description

This object is new at ArcGIS 9.3.

The CLSID of this command is: {E5D330C9-8E98-4148-818F-7128D152DFD5}.

This command works with the ToolbarControl, PageLayoutControl and MapControl.

This command deletes a vertex from an edit sketch.

If the ArcGIS Engine application using this command is initialized with an ArcGIS Engine Runtime license or an ArcView 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 ArcEditor or ArcInfo, 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 ControlsEditingVertexDeleteCommand is also found on the predefined pop up menu or context menu ControlsEditingVertexContextMenu.

Note: the command does not have a bitmap.