| Bug ID Number |
BUG-000168591 |
| Submitted | June 25, 2024 |
| Last Modified | September 3, 2024 |
| Applies to | ArcGIS Pro SDK for .NET |
| Version found | 3.3 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
This behavior is as designed. The OnProjectOpened() method is called after a project is selected to open using the ArcGIS Pro interface. This means that no dockpane might be available at that point. Additionally, calling the Activate() method on the pane does not open the pane but only sets the focus on the pane.
Workaround
To launch the catalog pane via code, call the GetPlugInWrapper method on the button itself.
Steps to Reproduce