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

In This Topic
    Relationship Constructor
    In This Topic
    Represents a relationship of the graph, as seen by Filtered Find Paths.
    Syntax
    public Relationship( 
       object uid,
       string typeName,
       double cost
    )
    Public Function New( _
       ByVal uid As Object, _
       ByVal typeName As String, _
       ByVal cost As Double _
    )

    Parameters

    uid
    typeName
    cost
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also