This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSketch2 Interface > IEditSketch2.VertexMoved Method (ArcObjects .NET 10.5 SDK) |
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.