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


INetworkJunction2.QueryPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkJunction2.QueryPoint Method

Queries the point object corresponding to this network junction element.

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

Parameters point [in]
point is a parameter of type IPoint

Product Availability

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

See Also

INetworkJunction2 Interface