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


INetworkForwardStarAdjacencies Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarAdjacencies Interface
ArcGIS Developer Help

INetworkForwardStarAdjacencies Interface

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

Name Description
Read-only property Count Number of adjacent edges returned by the NetworkForwardStar object.
Read-only property HasTurn Indicates if the adjacent edge at the specified index has a turn.
Read-only property HasTurnRestriction Indicates if any of the adjacent edges are restricted due to a turn restriction.
Method QueryAtJunction Queries the junction element used as the atJunction in the NetworkForwardStar object.
Method QueryEdge Queries the adjacent edge element at the specified index.
Method QueryToJunction For the adjacent edge element at the specified index, queries the junction element opposite of the atJunction.
Method QueryTurn Queries the turn element that passes through the fromEdge, the atJunction, and the adjacent edge at the specified index.

Classes that implement INetworkForwardStarAdjacencies

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.