ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / LayoutView Class / DrawingPaused Property

In This Topic
    DrawingPaused Property (LayoutView)
    In This Topic
    Gets or sets the paused state on the map view.
    Syntax
    public bool DrawingPaused {get; set;}
    Public Property DrawingPaused As Boolean
    Remarks
    While the DrawingPaused property is true, data will not be accessed for drawing. Changing the value from true to false will signal a refresh as well as allowing data to be accessed.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also