ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data Namespace / RelationshipRule Class
Properties


In This Topic
    RelationshipRule Class Members
    In This Topic

    The following tables list the members exposed by RelationshipRule.

    Public Properties
     NameDescription
    Public Property The name of the destination class.  
    Public Property The maximum cardinality range of the destination class if the relationship class is many-to-many or one-to-many.  
    Public Property The minimum cardinality range of the destination class if the relationship class is many-to-many or one-to-many.  
    Public Property The subtype code of the destination class.  
    Public Property The name of the origin class.  
    Public Property The maximum cardinality range of the origin class if the relationship class is many-to-many or one-to-many.  
    Public Property The minimum cardinality range of the origin class if the relationship class is many-to-many or one-to-many.  
    Public Property The subtype code of the origin class.  
    Top
    See Also