Provides access to members that specify the configuration for this NetworkForwardStar object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
AddCachedAttribute | AddCachedAttribute has been deprecated and should not be called. |
![]() |
AddRestriction | Adds a restriction network attribute to the NetworkForwardStar object to filter elements returned. |
![]() |
Backtrack | Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object. |
![]() |
HierarchyAttribute | Network attribute containing the hierarchy values for each network element. |
![]() |
IsForwardTraversal | Indicates if the NetworkForwardStar object is used to model forward traversal through the network dataset. |
![]() |
MaxHierarchyValue | Maximum hierarchy attribute value permitted to be returned in the NetworkForwardStarAdjacencies object. |
![]() |
NetworkDataset | Network dataset on which the NetworkForwardStar object is querying. |
![]() |
NonTraversableElements | The collection of network elements of the given type that are set to not traversable. |
![]() |
RemoveAllCachedAttributes | RemoveAllCachedAttributes has been deprecated and should not be called. |
![]() |
RemoveRestriction | Removes the given restriction network attribute by index from the NetworkForwardStar object. |
![]() |
Restriction | Restriction network attribute by index applied to the NetworkForwardStar object. |
![]() |
RestrictionCount | Number of restriction network attributes applied to the NetworkForwardStar object. |
![]() |
SetAllTraversable | Sets all network elements of the given element type to be traversable or non-traversable. |
![]() |
SetTraversable | Sets the given network elements to be traversable or non-traversable. |
![]() |
Traversable | Indicates if the given network element is travserable by the NetworkForwardStar object. |
CoClasses that implement INetworkForwardStarSetup
CoClasses and 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.