Provides access to members that specify the adjacent network elements returned by the NetworkForwardStar object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
![]()  | 
Count | Number of adjacent edges returned by the NetworkForwardStar object. | 
![]()  | 
HasTurn | Indicates if the adjacent edge at the specified index has a turn. | 
![]()  | 
HasTurnRestriction | Indicates if any of the adjacent edges are restricted due to a turn restriction. | 
![]()  | 
QueryAtJunction | Queries the junction element used as the atJunction in the NetworkForwardStar object. | 
![]()  | 
QueryEdge | Queries the adjacent edge element at the specified index. | 
![]()  | 
QueryToJunction | For the adjacent edge element at the specified index, queries the junction element opposite of the atJunction. | 
![]()  | 
QueryTurn | Queries the turn element that passes through the fromEdge, the atJunction, and the adjacent edge at the specified index. | 
CoClasses that implement INetworkForwardStarAdjacencies
| CoClasses and Classes | Description | 
|---|---|
| NetworkForwardStarAdjacencies | A container for retrieving information about the elements adjacent to a given network element. | 
Remarks
Use the INetworkForwardStarAdjacencies interface to query network elements returned by the INetworkForwardStar::QueryAdjacencies method.
The NetworkForwardStarAdjacencies object is created by calling the INetworkQuery::CreateForwardStarAdjacencies method.

