ArcGIS Pro 2.6 API Reference Guide
TraversabilityScope Enumeration

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace : TraversabilityScope Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace