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

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

    Parameters

    origin
    The globalID of the row in the origin table.
    destination
    The RowHandle 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