Accessing or showing the map view busy indicator

1066
2
04-08-2020 07:26 AM
MatthewWinslett
New Contributor II

When loading a project in ArcGIS Pro, a busy indicator is placed over the map view to show that Pro is working on loading layers.  In version 2.5, it looks something like this:

I am trying to show it (or something similar) as my addin loads WMTS layers pulled from a web service.  Is there a way to access or show this busy indicator via code?

Thank you,

Matt

0 Kudos
2 Replies
UmaHarano
Esri Regular Contributor

Hi Matthew

The Pro API offers a collection of UI Controls that you can use in your Add-In development.

The Circular Animation control and the Waiting Cursor control might be things you could use for this.

Thanks

Uma

0 Kudos
MatthewWinslett
New Contributor II

Hi Uma--

I appreciate it. I'll take a look at those and see if they could work for us.

Thanks,

Matt

0 Kudos