ArcGIS Pro 2.6 API Reference Guide
esriNetworkForwardStarBacktrack Enumeration

ArcGIS.Core.CIM Namespace : esriNetworkForwardStarBacktrack Enumeration
Policy on when to return the from-edge in the network forward star adjacencies object.
Syntax
public enum esriNetworkForwardStarBacktrack : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum esriNetworkForwardStarBacktrack 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
esriNFSBAllowBacktrack Always return the from-edge in the network forward star adjacencies object.
esriNFSBAtDeadEndsAndIntersections Return the from-edge in the network forward star adjacencies object only if it is the only edge that is adjacent to the query junction or the query junction has 3 or more adjacencies.
esriNFSBAtDeadEndsOnly Return the from-edge in the network forward star adjacencies object only if it is the only edge that is adjacent to the query junction.
esriNFSBNoBacktrack Never return the from-edge in the network forward star adjacencies object.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.esriNetworkForwardStarBacktrack

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace