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


ISegmentGraphCursor.FinishMoveTo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentGraphCursor Interface > ISegmentGraphCursor.FinishMoveTo Method
ArcGIS Developer Help

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