ArcGIS Pro 2.9 API Reference Guide
IsEvaluationSupported Method

ArcGIS.Core.Data Namespace > AttributeRuleManager Class : IsEvaluationSupported Method
Gets a value indicating whether this geodatabase supports evaluation for validation rules or batch calculation rules. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool IsEvaluationSupported()
Public Function IsEvaluationSupported() As Boolean

Return Value

true if this geodatabase supports attribute rule evaluation or batch calculation rules; otherwise, false.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

AttributeRuleManager Class
AttributeRuleManager Members