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


ISegmentGraphCursor.Location Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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