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

In This Topic
    ResultPath Constructor
    In This Topic
    Gets the representation of a single path returned by the Filtered Find Paths algorithm.
    Syntax

    Parameters

    relationshipGroups
    pathLength
    minCost
    maxCost
    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.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also