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