This document is archived and information here might be outdated. Recommended version. |
Fires when a vertex is deleted from the edit sketch.
[Visual Basic .NET] Public Event OnVertexDeleted As OnVertexDeletedEventHandler
[C#] public event OnVertexDeletedEventHandler OnVertexDeleted
[C++]
HRESULT OnVertexDeleted(
IPoint* point
);
[C++] Parameters point [in]
point is a parameter of type IPoint*
The OnVertexDeleted event is fired whenever a vertex is deleted from an edit sketch. If the edit sketch vertex is deleted programmatically call IEngineEditSketch::VertexDeleted to ensure that this event is fired.