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


IForwardStarGEN.QueryAdjacentJunction Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IForwardStarGEN Interface > IForwardStarGEN.QueryAdjacentJunction Method
ArcGIS Developer Help

IForwardStarGEN.QueryAdjacentJunction Method

Returns the opposite junction of the index'th adjacent edge found with FindAdjacent, and the weight value for this junction.

[Visual Basic .NET]
Public Sub QueryAdjacentJunction ( _
    ByVal Index As Integer, _
    ByRef adjacentJunctionEID As Integer, _
    ByRef adjacentJunctionWeightValue As Object _
)
[C#]
public void QueryAdjacentJunction (
    int Index,
    ref int adjacentJunctionEID,
    ref object adjacentJunctionWeightValue
);
[C++]
HRESULT QueryAdjacentJunction(
  long Index,
  System.Int32* adjacentJunctionEID,
  Variant* adjacentJunctionWeightValue
);
[C++]
Parameters
Index [in]

Index is a parameter of type long adjacentJunctionEID [out]
adjacentJunctionEID is a parameter of type long* adjacentJunctionWeightValue [out]
adjacentJunctionWeightValue is a parameter of type VARIANT*

Product Availability

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

See Also

IForwardStarGEN Interface