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

In This Topic
    KGTraversalDirectionType Enumeration
    In This Topic
    Specifies relationships traversal directions in the filtered find paths algorithm.
    Syntax
    Members
    MemberDescription
    Any The filtered find paths algorithm considers all relationships independent of their direction.
    Backward The filtered find paths algorithm considers only the relationships that are traversed in backward direction.
    Forward The filtered find paths algorithm considers only the relationships that are traversed in forward direction.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also