This document is archived and information here might be outdated. Recommended version. |
Notifies listeners that a vertex has been moved in the sketch.
[Visual Basic .NET] Public Sub VertexMoved ( _ ByVal point As IPoint _ )
[C#] public void VertexMoved ( IPoint point );
[C++]
HRESULT VertexMoved(
IPoint* point
);
[C++] Parameters point [in]
point is a parameter of type IPoint*
Call VertexMoved if you are programmatically moving a vertex in an edit sketch. The VertexMoved method will programmatically fire the IEngineEditEvents::OnVertexMoved event, thus ensuring that all listening clients are notified.