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

In This Topic
    PathRelationship Constructor
    In This Topic
    Represents a relationship used in a path.
    Syntax
    public PathRelationship( 
       Relationship relationship,
       bool sameDirectionAsPath
    )
    Public Function New( _
       ByVal relationship As Relationship, _
       ByVal sameDirectionAsPath As Boolean _
    )

    Parameters

    relationship
    sameDirectionAsPath
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also