ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / KnowledgeGraphRelationshipDescription Class / KnowledgeGraphRelationshipDescription Constructor / KnowledgeGraphRelationshipDescription Constructor(RowHandle,Guid,IReadOnlyDictionary<String,Object>)
The RowHandle of the row in the origin table.
The globalID of the row in the destination table.
(Optional) The attributes to assign the new row in the relationship table.

In This Topic
    KnowledgeGraphRelationshipDescription Constructor(RowHandle,Guid,IReadOnlyDictionary<String,Object>)
    In This Topic
    Creates a new instance of the KnowledgeGraphRelationshipDescription class.
    Syntax
    public KnowledgeGraphRelationshipDescription( 
       RowHandle origin,
       Guid destination,
       IReadOnlyDictionary<string,object> attributes
    )
    Public Function New( _
       ByVal origin As RowHandle, _
       ByVal destination As Guid, _
       Optional ByVal attributes As IReadOnlyDictionary(Of String,Object) _
    )

    Parameters

    origin
    The RowHandle of the row in the origin table.
    destination
    The globalID of the row in the destination table.
    attributes
    (Optional) The attributes to assign the new row in the relationship table.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also