ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / AttributedRelationshipClassDescription Class / AttributedRelationshipClassDescription Constructor / AttributedRelationshipClassDescription Constructor(String,TableDescription,TableDescription,RelationshipCardinality,String,String,String,String)
The name of the description.
The origin class of the ArcGIS.Core.Data.AttributedRelationshipClass.
The destination class of the ArcGIS.Core.Data.AttributedRelationshipClass.
The relationship cardinality of the ArcGIS.Core.Data.AttributedRelationshipClass.
The name of the ArcGIS.Core.Data.Field in the origin class that serves as the origin primary key.
The name of the ArcGIS.Core.Data.Field in the intermediate table that serves as the origin foreign key.
The name of the ArcGIS.Core.Data.Field in the destination class that serves as the destination primary key.
The name of the ArcGIS.Core.Data.Field in the intermediate table that serves as the destination foreign key.

In This Topic
    AttributedRelationshipClassDescription Constructor(String,TableDescription,TableDescription,RelationshipCardinality,String,String,String,String)
    In This Topic
    Creates a description object of the ArcGIS.Core.Data.AttributedRelationshipClass.
    Syntax

    Parameters

    attributedRelationshipClassName
    The name of the description.
    originClassDescription
    The origin class of the ArcGIS.Core.Data.AttributedRelationshipClass.
    destinationClassDescription
    The destination class of the ArcGIS.Core.Data.AttributedRelationshipClass.
    relationshipCardinality
    The relationship cardinality of the ArcGIS.Core.Data.AttributedRelationshipClass.
    originPrimaryKey
    The name of the ArcGIS.Core.Data.Field in the origin class that serves as the origin primary key.
    originForeignKey
    The name of the ArcGIS.Core.Data.Field in the intermediate table that serves as the origin foreign key.
    destinationPrimaryKey
    The name of the ArcGIS.Core.Data.Field in the destination class that serves as the destination primary key.
    destinationForeignKey
    The name of the ArcGIS.Core.Data.Field in the intermediate table that serves as the destination foreign key.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also