ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / RelationshipClassDefinition Class / GetRelationshipRules Method

In This Topic
    GetRelationshipRules Method
    In This Topic
    Gets the list of relationship rules in the relationship class.
    Syntax
    public IReadOnlyList<RelationshipRule> GetRelationshipRules()
    Public Function GetRelationshipRules() As IReadOnlyList(Of RelationshipRule)

    Return Value

    The list of enabled relationship rules.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also