internal static UIDClass GetID() { var id = new UIDClass(); id.Value = "My_Totally_Not_Working_DockableWindow"; return id; } internal static void Show(bool show) { IDockableWindow dw = ArcMap.DockableWindowManager.GetDockableWindow(GetID()); dw.Show(show); }
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.