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


ISegmentGraphCursor.QueryLocation Method (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.QueryLocation Method
ArcGIS Developer Help

ISegmentGraphCursor.QueryLocation Method

Copies the current location of the SegmentGraphCursor into the specified point.

[Visual Basic .NET]
Public Sub QueryLocation ( _
    ByVal currentGraphLocation As IPoint _
)
[C#]
public void QueryLocation (
    IPoint currentGraphLocation
);
[C++]
HRESULT QueryLocation(
  IPoint* currentGraphLocation
);
[C++]
Parameters
currentGraphLocation 

currentGraphLocation is a parameter of type IPoint*

Product Availability

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

See Also

ISegmentGraphCursor Interface