ArcObjects Library Reference (Controls)  

IEngineEditSketch.VertexAdded Method

Notifies listeners that a vertex has been added to the sketch.

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

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

Parameters

point [in]

  point is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine.

Description

Call VertexAdded if you are programmatically adding a vertex to an edit sketch. The VertexAdded method will programmatically fire the IEngineEditEvents::OnVertexAdded event, thus ensuring that all listening clients are notified.

See Also

IEngineEditSketch Interface