This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSketch2 Interface > IEditSketch2.VertexDeleted Method (ArcObjects .NET 10.4 SDK) |
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 );
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.