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


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

INetworkForwardStarSetup Interface

Provides access to members that specify the configuration for this NetworkForwardStar object.

Product Availability

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

Members

Name Description
Method AddCachedAttribute AddCachedAttribute has been deprecated and should not be called.
Method AddRestriction Adds a restriction network attribute to the NetworkForwardStar object to filter elements returned.
Read/write property Backtrack Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object.
Read/write property HierarchyAttribute Network attribute containing the hierarchy values for each network element.
Read/write property IsForwardTraversal Indicates if the NetworkForwardStar object is used to model forward traversal through the network dataset.
Read/write property MaxHierarchyValue Maximum hierarchy attribute value permitted to be returned in the NetworkForwardStarAdjacencies object.
Read-only property NetworkDataset Network dataset on which the NetworkForwardStar object is querying.
Read-only property NonTraversableElements The collection of network elements of the given type that are set to not traversable.
Method RemoveAllCachedAttributes RemoveAllCachedAttributes has been deprecated and should not be called.
Method RemoveRestriction Removes the given restriction network attribute by index from the NetworkForwardStar object.
Read-only property Restriction Restriction network attribute by index applied to the NetworkForwardStar object.
Read-only property RestrictionCount Number of restriction network attributes applied to the NetworkForwardStar object.
Method SetAllTraversable Sets all network elements of the given element type to be traversable or non-traversable.
Method SetTraversable Sets the given network elements to be traversable or non-traversable.
Read/write property Traversable Indicates if the given network element is travserable by the NetworkForwardStar object.

Classes that implement INetworkForwardStarSetup

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.