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


ISegmentGraphCursor.Location Property (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.Location Property
ArcGIS Developer Help

ISegmentGraphCursor.Location Property

The current location of the SegmentGraphCursor.

[Visual Basic .NET]
Public ReadOnly Property Location As IPoint
[C#]
public IPoint Location {get;}
[C++]
HRESULT get_Location(
  IPoint** currentGraphLocation
);
[C++]
Parameters
currentGraphLocation [out, retval]

currentGraphLocation is a parameter of type IPoint**

Product Availability

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

See Also

ISegmentGraphCursor Interface