Call to notify listeners that a sketch vertex has been deleted.
[Visual Basic .NET] Public Sub VertexDeleted ( _ ByVal point As IPoint _ )
[C#] public void VertexDeleted ( IPoint point );
Product Availability
Available with ArcGIS Desktop.
Remarks
When IEditSketch2::VertexDeleted is called, all clients listening to IEditEvents2::OnVertexDeleted are notified. This may be used to ensure the minimum number of points in a particular sketch is not exceeded.