ArcObjects Library Reference (Controls)  

IEngineEditEvents.OnVertexMoved Event

Fires when a vertex is moved in the edit sketch.

ERROR: Syntax information about IEngineEditEvents.OnVertexMoved may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT OnVertexMoved(
  IPoint* point
);
[C++]

Parameters

point [in]

  point is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine.

Description

The OnVertexMoved event is fired whenever the location of a vertex in the edit sketch is modified. If the edit sketch vertex is modified programmatically call IEngineEditSketch::VertexMoved to ensure that this event is fired.

See Also

IEngineEditEvents Interface