ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.Knowledge.Analytics Namespace / FFPNoPathExplanation Enumeration

In This Topic
    FFPNoPathExplanation Enumeration
    In This Topic
    When Filtered Find Paths has found no path, this enum gives insights as to why no path was found.
    Syntax
    Members
    MemberDescription
    AllDestinationsAreExcludedThe ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration.PathFilters have excluded all destination entities.
    AllOptionalWaypointsAreExcludedThe ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration.PathFilters have excluded all optional waypoints.
    AllOriginsAreExcludedThe ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration.PathFilters have excluded all origin entities.
    AtLeastOneMandatoryEntityWaypointIsExcludedThe ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration.PathFilters have excluded at least one mandatory waypoint.
    AtLeastOneMandatoryRelationshipWaypointIsExcludedThe ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration.PathFilters have excluded at least one mandatory relationship waypoint.
    None Either some paths have been found, or no path has been found but we have not encountered one of the situations described by the other values of this enum.
    ReachedMaxPathLengthThe ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration.MaxPathLength has been reached. Longer paths may exist.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.Knowledge.Analytics.FFPNoPathExplanation

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also