ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / RelationshipClassDescription Class / RelationshipClassDescription Constructor / RelationshipClassDescription Constructor(String,TableDescription,TableDescription,RelationshipCardinality,String,String)
The name of the description.
The origin class of the ArcGIS.Core.Data.RelationshipClass.
The destination class of the ArcGIS.Core.Data.RelationshipClass.
The relationship cardinality of the ArcGIS.Core.Data.RelationshipClass.
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 destination class that serves as the origin foreign key.
Version

RelationshipClassDescription Constructor(String,TableDescription,TableDescription,RelationshipCardinality,String,String)
Creates a description object of the ArcGIS.Core.Data.RelationshipClass.
Syntax

Parameters

relationshipClassName
The name of the description.
originClassDescription
The origin class of the ArcGIS.Core.Data.RelationshipClass.
destinationClassDescription
The destination class of the ArcGIS.Core.Data.RelationshipClass.
relationshipCardinality
The relationship cardinality of the ArcGIS.Core.Data.RelationshipClass.
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 destination class that serves as the origin foreign key.
Exceptions
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.1 or higher.
See Also