ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / AttributeRuleEvaluationDescription Class / AttributeRuleEvaluationDescription Constructor / AttributeRuleEvaluationDescription Constructor(AttributeRuleType,VersionEvaluationScope,Envelope)
The type(s) of evaluate operation(s) to be invoked in the validation service.
Specifies whether to evaluate the entire version or only changes in a version.
The area of interest to evaluate.

In This Topic
    AttributeRuleEvaluationDescription Constructor(AttributeRuleType,VersionEvaluationScope,Envelope)
    In This Topic
    Initializes a new instance of the AttributeRuleEvaluationDescription class.
    Syntax

    Parameters

    attributeRuleType
    The type(s) of evaluate operation(s) to be invoked in the validation service.
    versionEvaluationScope
    Specifies whether to evaluate the entire version or only changes in a version.
    extent
    The area of interest to evaluate.
    Exceptions
    Remarks
    Note that attributeRuleType cannot be AttributeRuleType.Constraint. Constraint rules are not supported and an exception will be thrown. If specifying AttributeRuleType.All only Calculation and Validation rules will be used.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also