ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / AttributeRuleEvaluationDescription Class / AttributeRuleEvaluationDescription Constructor / AttributeRuleEvaluationDescription Constructor(AttributeRuleType,Envelope)
The type(s) of evaluate operation(s) to be invoked in the validation service.
The area of interest to evaluate.

In This Topic
    AttributeRuleEvaluationDescription Constructor(AttributeRuleType,Envelope)
    In This Topic
    Initializes a new instance of the AttributeRuleEvaluationDescription class.
    Syntax
    Public Function New( _
       ByVal attributeRuleType As AttributeRuleType, _
       ByVal extent As Envelope _
    )
    public AttributeRuleEvaluationDescription( 
       AttributeRuleType attributeRuleType,
       Envelope extent
    )

    Parameters

    attributeRuleType
    The type(s) of evaluate operation(s) to be invoked in the validation service.
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also