Notifies listeners that a vertex has been moved in the sketch.
ERROR: Syntax information about IEngineEditSketch.VertexMoved may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll
[C++]
HRESULT VertexMoved(
IPoint* point
);
[C++]Parameters
point [in]point is a parameter of type IPoint
Product Availability
Available with ArcGIS Engine.
Description
Call VertexMoved if you are programmatically moving a vertex in an edit sketch. The VertexMoved method will programmatically fire the IEngineEditEvents::OnVertexMoved event, thus ensuring that all listening clients are notified.