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


ISegmentGraph.GetCursor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentGraph Interface > ISegmentGraph.GetCursor Method
ArcGIS Developer Help

ISegmentGraph.GetCursor Method

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
);
[C++]
Parameters
p 

p is a parameter of type IPoint*

Product Availability

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

See Also

ISegmentGraph Interface