ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TableView Class / IsReady Property

In This Topic
    IsReady Property (TableView)
    In This Topic
    Gets a value that indicates whether the TableView can be accessed. This property is false while the table view processes major operations like initializing.
    Syntax
    Public ReadOnly Property IsReady As Boolean
    public bool IsReady {get;}
    Remarks
    This property is false while the table view processes major operations like initializing.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also