This document is archived and information here might be outdated.  Recommended version.


IEditSketch2.VertexAdded Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSketch2 Interface > IEditSketch2.VertexAdded Method
ArcGIS Developer Help

IEditSketch2.VertexAdded Method

Call to notify listeners that a sketch vertex has been added.

[Visual Basic .NET]
Public Sub VertexAdded ( _
    ByVal point As IPoint _
)
[C#]
public void VertexAdded (
    IPoint point
);

Product Availability

Available with ArcGIS Desktop.

Remarks

When IEditSketch2::VertexAdded is called, all clients listening to IEditEvents2::OnVertexAdded are notified.  This may be used to ensure the maximum number of points in a particular sketch is not exceeded.

See Also

IEditSketch2 Interface