ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.CIM Namespace / FFPConfigurationWarning Enumeration

In This Topic
    FFPConfigurationWarning Enumeration
    In This Topic
    Describes Filtered Find Paths configuration warnings.
    Syntax
    Members
    MemberDescription
    AllDestinationsAreExcluded All destination entities are excluded, hence no path will be found.
    AllOptionalWaypointsAreExcluded All optional waypoints are excluded, hence no path will be found.
    AllOriginsAreExcluded All origin entities are excluded, hence no path will be found.
    AtLeastOneMandatoryEntityWaypointIsExcluded At least one mandatory entity waypoint is excluded, hence no path will be found.
    AtLeastOneMandatoryRelationshipWaypointIsExcluded At least one mandatory relationship waypoint is excluded, hence no path will be found.
    None No warning.
    ReachedMaxPathLength No path was found, but increasing or disabling the max path length could help find some paths.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also