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

In This Topic
    GetIsBatch Method
    In This Topic
    Gets if the rule evaluation will be run in batch mode.
    Syntax
    public bool GetIsBatch()
    Public Function GetIsBatch() As Boolean

    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