protected override void OnClick() { ESRI.ArcGIS.esriSystem.UID uid = new ESRI.ArcGIS.esriSystem.UIDClass(); // this is from Config.esriaddinx (<DockableWindow id="Test_TestingAddin1_DockableWindow1" class="testbrowser+AddinImpl"...) uid.Value = "Test_TestingAddin1_DockableWindow1"; ESRI.ArcGIS.Framework.IDockableWindow dw = ArcMap.DockableWindowManager.GetDockableWindow(uid); if (!dw.IsVisible()) dw.Show(true); }
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.