ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / TraversabilityScope Enumeration

In This Topic
    TraversabilityScope Enumeration
    In This Topic
    The TraversabilityScope enum is used to control whether or not traversability criteria are applied to junctions, edges, or both.
    Syntax
    Members
    MemberDescription
    Edges The traversability criteria should only be evalauted at edges.
    Junctions The traversability criteria should only be evaluated at junctions.
    JunctionsAndEdges The traversability criteria should be evaluated at both junctions and edges.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.UtilityNetwork.Trace.TraversabilityScope

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also