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