Returns a SegmentGraphCursor initially located at the segment closest to the specified point.
[Visual Basic .NET] Public Function GetCursor ( _ ByVal p As IPoint _ ) As ISegmentGraphCursor
[C#] public ISegmentGraphCursor GetCursor ( IPoint p );
[C++]
HRESULT GetCursor(
IPoint* p,
ISegmentGraphCursor** cursor
);
[C++]Parameters
pp is a parameter of type IPoint
cursor [out, retval]cursor is a parameter of type ISegmentGraphCursor
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.