ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / AttributeRuleDefinition Class / GetIsBatch Method
Version

GetIsBatch Method
Gets if the rule evaluation will be run in batch mode.
Syntax
public bool GetIsBatch()

Return Value

A value indicating if the rule is run in batch mode.
Remarks
Calculation rules may return true or false. Constraint rules will always return false. Validation rules will always return true.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.2 or higher.
See Also