This document is archived and information here might be outdated. Recommended version. |
Call to notify listeners that a sketch vertex has been moved.
[Visual Basic .NET] Public Sub VertexMoved ( _ ByVal point As IPoint _ )
[C#] public void VertexMoved ( IPoint point );
When IEditSketch2::VertexMoved is called, all clients listening to IEditEvents2::OnVertexMoved are notified.