ArcGIS Pro 2.6 API Reference Guide
GetAttributeRuleManager Method

ArcGIS.Core.Data Namespace > Geodatabase Class : 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()
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 10, Windows 8.1, Windows 7

See Also

Reference

Geodatabase Class
Geodatabase Members