ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / FilteredFindPathsEntityUsage Enumeration

In This Topic
    FilteredFindPathsEntityUsage Enumeration
    In This Topic
    Specifies how origin/destination entities are used in the filtered find paths algorithm.
    Syntax
    Members
    MemberDescription
    AllOriginsAllDestinations The filtered find paths algorithm returns all shortest paths for all origin entities and all shortest paths for all destination entities. When multiple entities are used, this option leads to longer computations.
    AllOriginsAnyDestination The filtered find paths algorithm returns all shortest paths for all origin entities and the shortest paths for the destination entities that have the shortest shortest paths. When multiple entities are used, this option leads to longer computations.
    AnyOriginAllDestinations The filtered find paths algorithm returns the shortest paths for the origin entities that have the shortest shortest paths and all shortest paths for all destination entities. When multiple entities are used, this option leads to longer computations.
    AnyOriginAnyDestination The filtered find paths algorithm only returns the shortest paths for the origin entities that have the shortest shortest paths and the shortest paths for the destination entities that have the shortest shortest paths. When multiple entities are used, this option leads to faster computations.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also