ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.Knowledge.Analytics Namespace / ResultPath Structure
Members

In This Topic
    ResultPath Structure
    In This Topic
    Gets the representation of a single path returned by the Filtered Find Paths algorithm.
    Syntax
    public struct ResultPath : System.ValueType 
    Public Structure ResultPath 
       Inherits System.ValueType
    Remarks
    The path is a sequence of relationships groups. Relationship groups that have more than one relationship contain "parallel" relationships, i.e relationships between the same two entities.
    Refer to KnowledgeGraphFilteredFindPathsResults.MaterializePath.
    Example
    If paths "(A) -[r1]-> (B) -[r2]-> (C)" and "(A) -[r1]-> (B) -[r3]-> (C)" are both valid, Filtered Find Paths will return a single path containing:
    - a relationship group with r1
    - a relationship group with r2 and r3.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ArcGIS.Core.Data.Knowledge.Analytics.ResultPath

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also