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
startPointstartPoint is a parameter of type IPoint
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.