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


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

INetworkForwardStar Interface

Provides access to members that query information about adjacent elements in the network dataset.

Product Availability

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

Members

Name Description
Read-only property IsFiltered Indicates if the given network element is filtered out from the adjacencies object.
Method QueryAdjacencies Finds all network elements that are adjacent to the given sequence of network elements.

Classes that implement INetworkForwardStar

Classes Description
NetworkForwardStar A container for querying information about adjacent elements in the network dataset.

Remarks

This interface has been superceded by INetworkForwardStarEx. Please refer to that interface for usage instructions.