![]() |
This document is archived and information here might be outdated. Recommended version. |
Called after a point/vertex is added to the sketch.
[Visual Basic .NET] Public Event OnVertexAdded As OnVertexAddedEventHandler
[C#] public event OnVertexAddedEventHandler OnVertexAdded
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, or if vertex attributes need to be set on each vertex when it is added to the edit sketch.
For more information about using the OnVertexAdded event see How to listen to edit events.