This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentGraphCursor Interface > ISegmentGraphCursor.FinishMoveTo Method (ArcObjects .NET 10.4 SDK) |
Moves from the current edge to the adjacent edge closest to newLocation. Used only when MoveTo returns false.
[Visual Basic .NET] Public Sub FinishMoveTo ( _ ByVal newLocation As IPoint _ )
[C#] public void FinishMoveTo ( IPoint newLocation );
[C++]
HRESULT FinishMoveTo(
IPoint* newLocation
);
[C++]
Parameters newLocation
newLocation is a parameter of type IPoint