ArcGIS Pro 2.7 API Reference Guide
AttributeRuleEvaluationDescription Constructor(AttributeRuleType,Envelope)

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.
Initializes a new instance of the AttributeRuleEvaluationDescription class.
Syntax
public AttributeRuleEvaluationDescription( 
   AttributeRuleType attributeRuleType,
   Envelope extent
)
Public Function New( _
   ByVal attributeRuleType As AttributeRuleType, _
   ByVal extent As Envelope _
)

Parameters

attributeRuleType
The type(s) of evaluate operation(s) to be invoked in the validation service.
extent
The area of interest to evaluate.
Exceptions
ExceptionDescription
attributeRuleType is not a field of AttributeRuleType.
extent is null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

AttributeRuleEvaluationDescription Class
AttributeRuleEvaluationDescription Members
Overload List