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


In This Topic
    RelationshipRule Class Properties
    In This Topic

    For a list of all members of this type, see RelationshipRule members.

    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