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


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

ISegmentGraphCursor.Reset Method

Resets the location of the SegmentGraphCursor to a specified StartPoint.

[Visual Basic .NET]
Public Sub Reset ( _
    ByVal startPoint As IPoint _
)
[C#]
public void Reset (
    IPoint startPoint
);
[C++]
HRESULT Reset(
  IPoint* startPoint
);
[C++]

Parameters startPoint
startPoint is a parameter of type IPoint

Product Availability

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

See Also

ISegmentGraphCursor Interface