ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / IsReady Property

In This Topic
    IsReady Property (MapView)
    In This Topic
    Gets a value that indicates whether the MapView can be accessed. This property is false while the map view processes major operations like initializing or when a 3D view changes between SceneLocal and SceneGlobal.
    Syntax
    public bool IsReady {get;}
    Public ReadOnly Property IsReady As Boolean
    Remarks
    This property is false while the map view processes major operations like initializing or when a 3D view changes between SceneLocal and SceneGlobal.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also