This document is archived and information here might be outdated. Recommended version. |
Finds all network elements that are adjacent to the given sequence of network elements.
[Visual Basic .NET] Public Sub QueryAdjacencies ( _ ByVal atJunction As INetworkJunction, _ ByVal fromEdge As INetworkEdge, _ ByVal lastExteriorEdge As INetworkEdge, _ ByVal adjacencies As INetworkForwardStarAdjacencies _ )
[C#] public void QueryAdjacencies ( INetworkJunction atJunction, INetworkEdge fromEdge, INetworkEdge lastExteriorEdge, INetworkForwardStarAdjacencies adjacencies );
[C++]
HRESULT QueryAdjacencies(
INetworkJunction* atJunction,
INetworkEdge* fromEdge,
INetworkEdge* lastExteriorEdge,
INetworkForwardStarAdjacencies* adjacencies
);
[C++] Parameters atJunction [in]
atJunction is a parameter of type INetworkJunction* fromEdge [in]
fromEdge is a parameter of type INetworkEdge* lastExteriorEdge [in]
lastExteriorEdge is a parameter of type INetworkEdge* adjacencies [in]
adjacencies is a parameter of type INetworkForwardStarAdjacencies*
This method has been superceded by the QueryAdjacencies method on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.