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.