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


ISegmentGraphCursor.Reset 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.Reset Method
ArcGIS Developer Help

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