ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.Knowledge.Analytics Namespace / PathRelationshipGroup Class / PathRelationshipGroup Constructor

In This Topic
    PathRelationshipGroup Constructor
    In This Topic
    Represents a group of parallel relationships used in a path. Parallel relationships are relationships between the same two entities.
    Syntax

    Parameters

    firstEntity
    secondEntity
    relationships
    minCost
    maxCost
    Remarks
    To support zero-length paths, by convention when FirstEntity is equal to SecondEntity, then Relationships is empty and this object represents a single entity of the path (the only entity of the path).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also