ArcGIS Pro 2.6 API Reference Guide
IsReady Property (MapView)

ArcGIS.Desktop.Mapping Namespace > MapView Class : IsReady Property
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 10, Windows 8.1, Windows 7

See Also

Reference

MapView Class
MapView Members