Hi Guys,
I am trying to focus on project tab in catalog pane programmatically from addin.
And I want to expand the folder connection tree.
ArcGIS.Desktop.Core.IProjectWindow projectWindow = Project.GetCatalogPane(true);
//var folderContainer = Project.Current.ProjectItemContainers.First(c => c.Path == "FolderConnection");
var folderContainer = Project.Current.GetProjectItemContainer("FolderConnection");
var firstFolderItem = Project.Current.GetItems<FolderConnectionProjectItem>().First(); //Folder project item
await projectWindow.SelectItemAsync((Item)firstFolderItem, true, false, folderContainer);
Hi Than
You cannot activate a specific tab on the Catalog dockpane.
Thanks
Uma
Thank Uma Harano for your reply,
Is there any future plan to support that kind of functionality?
Best Regards,
Than
I have passed on this request to the Development team.
Thanks!
Uma
Thank Uma Harano,