ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / esriNetworkForwardStarBacktrack Enumeration

In This Topic
    esriNetworkForwardStarBacktrack Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also