ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / GetIsError Method

In This Topic
    GetIsError Method
    In This Topic
    Gets a value indicating there was an error in the TableControl.
    Syntax
    public bool GetIsError()
    Public Function GetIsError() As Boolean

    Return Value

    Returns True if the table has an error.
    Remarks
    The GetError method returns information about the error.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also