ArcObjects Library Reference (Controls)  

IEngineEditSketch.VertexDeleted Method

Notifies listeners that a vertex has been deleted from the sketch.

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

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

Parameters

point [in]

  point is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine.

Description

Call VertexDeleted if you are programmatically deleting a vertex from an edit sketch. The VertexDeleted method will programmatically fire the IEngineEditEvents::OnVertexDeleted event, thus ensuring that all listening clients are notified.

See Also

IEngineEditSketch Interface