This document is archived and information here might be outdated.  Recommended version.


ISegmentGraphCursor.FinishMoveTo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

ISegmentGraphCursor.FinishMoveTo Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISegmentGraphCursor Interface