ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Geodatabase Class / GetAttributeRuleManager Method

In This Topic
    GetAttributeRuleManager Method
    In This Topic
    Gets the AttributeRuleManager associated with this geodatabase if it supports attribute rules. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public AttributeRuleManager GetAttributeRuleManager()
    Public Function GetAttributeRuleManager() As AttributeRuleManager

    Return Value

    The AttributeRuleManager associated with this geodatabase if it supports attribute rules.
    Exceptions
    ExceptionDescription
    This geodatabase does not support attribute rules.
    Remarks
    If IsAttributeRuleSupported returns false, calling this method will result in an exception.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also