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


NetworkForwardStarAdjacencies Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Classes > N > NetworkForwardStarAdjacencies Class
ArcGIS Developer Help

NetworkForwardStarAdjacenciesClass Class

A container for retrieving information about the elements adjacent to a given network element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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

Interfaces Description
INetworkForwardStarAdjacencies Provides access to members that specify the adjacent network elements returned by the NetworkForwardStar object.