ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / RelationshipDescription Class / RelationshipDescription Constructor
The RelationshipClass representing an association between two tables in a geodatabase.
the RowHandle 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 attributed relationship table.

In This Topic
    RelationshipDescription Constructor
    In This Topic
    Creates a new instance of the RelationshipDescription class.
    Syntax

    Parameters

    relationshipClass
    The RelationshipClass representing an association between two tables in a geodatabase.
    origin
    the RowHandle 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 attributed relationship table.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also