ArcObjects Library Reference (Controls)  

IEngineEditEvents.OnVertexDeleted Event

Fires when a vertex is deleted from the edit sketch.

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

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

Parameters

point [in]

  point is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine.

Description

The OnVertexDeleted event is fired whenever a vertex is deleted from an edit sketch. If the edit sketch vertex is deleted programmatically call IEngineEditSketch::VertexDeleted to ensure that this event is fired.

See Also

IEngineEditEvents Interface