This document is archived and information here might be outdated.  Recommended version.


ControlsEditingVertexMoveCommand Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Classes > C > ControlsEditingVertexMoveCommand Class
ArcGIS Developer Help

ControlsEditingVertexMoveCommandClass Class

Moves the vertex to a new location.

Product Availability

Available with ArcGIS Engine.

Description

This object was new at ArcGIS 9.3.

The CLSID of this command is: {E85E3447-271C-4438-BF3A-8D0FBF26C0FC}.

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

This command moves a vertex in an edit sketch by a distance defined by the user.

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 ControlsEditingVertexMoveCommand is also found on the predefined pop up menu or context menu ControlsEditingVertexContextMenu.

Note: the command does not have a bitmap.