ArcGIS Pro 3.7 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 Function New( _
       ByVal uid As Object, _
       ByVal typeName As String, _
       ByVal cost As Double _
    )
    public Relationship( 
       object uid,
       string typeName,
       double cost
    )

    Parameters

    uid
    typeName
    cost
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also