ArcGIS Pro 3.7 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 Function GetIsBatch() As Boolean
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also