ArcObjects Library Reference (NetworkAnalyst)  

INALocatorAgent.QueryPoint Method

The point for the given network location.

[Visual Basic .NET]
Public Sub QueryPoint ( _
    ByVal Location As INALocation, _
    ByRef Point As IPoint _
)
[C#]
public void QueryPoint (
    INALocation Location,
    ref IPoint Point
);
[C++]
HRESULT QueryPoint(
  INALocation* Location,
  IPoint** Point
);
[C++]

Parameters

Location [in]

  Location is a parameter of type INALocation

Point [in, out]

  Point is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The result of calling QueryLocationByPoint or QueryLocationByRow is an INALocation.  Use QueryPoint to get the Point that represents this location.

See Also

INALocatorAgent Interface