Pause drawing button

944
2
Jump to solution
12-02-2020 06:42 AM
MichaelHirschheimer
Esri Contributor

Is the "pause drawing" button accessible via the Pro SDK?   I couldn't find that button in the DAML and there is no ID when I hover over it.

PauseDrawing.jpg

If the answer is no, is there another way to stop the map from drawing thru the SDK?

Thanks,

Mike

 

0 Kudos
2 Solutions

Accepted Solutions
by Anonymous User
Not applicable

Mike, 

You can use the MapView.DrawingPaused property to get and set the paused state on the map view.

View solution in original post

MichaelHirschheimer
Esri Contributor

That was exactly what I needed.  Thanks Sean!  

 

View solution in original post

0 Kudos
2 Replies
by Anonymous User
Not applicable

Mike, 

You can use the MapView.DrawingPaused property to get and set the paused state on the map view.

MichaelHirschheimer
Esri Contributor

That was exactly what I needed.  Thanks Sean!  

 

0 Kudos