Returns the opposite junctions of the adjacent edges found with FindAdjacent into the specified user-defined array.
[Visual Basic .NET]
Public Sub QueryAdjacentJunctions ( _
ByRef adjacentJunctionEIDs As Int32[]&, _
ByRef adjacentJunctionsWeightValue As Object[]& _
)
[C#] public void QueryAdjacentJunctions ( ref Int32[]& adjacentJunctionEIDs, ref Object[]& adjacentJunctionsWeightValue );
[C++]
HRESULT QueryAdjacentJunctions(
adjacentJunctionEIDs* adjacentJunctionEIDs,
adjacentJunctionsWeightValue* adjacentJunctionsWeightValue
);
[C++]Parameters
adjacentJunctionEIDs [in, out] adjacentJunctionEIDs is a parameter of type adjacentJunctionsWeightValue [in, out] adjacentJunctionsWeightValue is a parameter of type
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.