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

In This Topic
    KGPathFilterType Enumeration
    In This Topic
    Specifies the filter type of a path filter used in filtered find paths.
    Syntax
    Members
    MemberDescription
    Exclude The filtered find paths algorithm will ignore paths that contain excluded types (type is not active).
    IncludeOnly The filtered find paths algorithm will only consider paths which contain included types (type is active). If a path filter does not use the include only option, all types are active.
    MandatoryWaypoint The filtered find paths algorithm will only consider paths passing through the all the mandatory waypoints.
    OptionalWaypoint The filtered find paths algorithm will only consider paths passing through at least one of the optional waypoints.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also