This document is archived and information here might be outdated. Recommended version. |
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*