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


esriNetworkForwardStarBacktrack Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriNetworkForwardStarBacktrack Constants
ArcGIS Developer Help

esriNetworkForwardStarBacktrack Constants

Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object.

Constant Value Description
esriNFSBNoBacktrack 0 Never return the from-edge in the NetworkForwardStarAdjacencies object.
esriNFSBAllowBacktrack 1 Always return the from-edge in the NetworkForwardStarAdjacencies object.
esriNFSBAtDeadEndsOnly 2 Return the from-edge in the NetworkForwardStarAdjacencies object only if it is the only edge that is adjacent to the query junction.
esriNFSBAtDeadEndsAndIntersections 3 Return the from-edge in the NetworkForwardStarAdjacencies object only if it is the only edge that is adjacent to the query junction or the query junction has 3 or more adjacencies.

Product Availability

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

.NET Samples

Closest facility solver Origin-destination cost matrix solver Service area solver Vehicle routing problem solver