ArcGIS Pro 2.6 API Reference Guide
Evaluate(AttributeRuleEvaluationDescription) Method

ArcGIS.Core.Data Namespace > AttributeRuleManager Class > Evaluate Method : Evaluate(AttributeRuleEvaluationDescription) Method
The AttributeRuleEvaluationDescription which describes the details of the evaluate operation.
Evaluates all the applicable tables and feature classes in this geodatabase using the operation(s) specified by description in the validation service. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

description
The AttributeRuleEvaluationDescription which describes the details of the evaluate operation.

Return Value

An AttributeRuleEvaluationResult that describes the result of the operation(s).
Exceptions
ExceptionDescription

A validation service is not supported or enabled for this geodatabase.

-or-

If the geodatabase is opened from the Default version and VersionEvaluationScope.ChangesInVersion is specified for the VersionEvaluationScope argument in AttributeRuleEvaluationDescription.AttributeRuleEvaluationDescription Constructor(AttributeRuleType,VersionEvaluationScope).

description is null.
A geodatabase-related exception has occurred.
Remarks
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

AttributeRuleManager Class
AttributeRuleManager Members
Overload List