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

    GetAttributeRuleManager Method
    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()

    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.0 or higher.
    See Also