ArcGIS Pro 3.1 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.
Version

AttributeRuleEvaluationDescription Constructor(AttributeRuleType,Envelope)
Initializes a new instance of the AttributeRuleEvaluationDescription class.
Syntax
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
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.0 or higher.
See Also