This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Classes > N > NetworkForwardStarAdjacencies Class (ArcObjects .NET 10.5 SDK) |
A container for retrieving information about the elements adjacent to a given network element.
NetworkForwardStarAdjacencies is a non-creatable object. References to non-creatable objects must be obtained through other objects.
The NetworkForwardStarAdjacencies object holds the adjacent network elements that were queried by calling the INetworkForwardStar::QueryAdjacencies method. Adjacent network elements are elements that are connected in the network dataset.
The NetworkForwardStarAdjacencies object is created by calling the INetworkQuery::CreateForwardStarAdjacencies method.
Interfaces | Description |
---|---|
INetworkForwardStarAdjacencies | Provides access to members that specify the adjacent network elements returned by the NetworkForwardStar object. |