ITable Table = TheTableOfInsterest; IStandaloneTable SAT = new StandaloneTable(); SAT.Table = Table; ITableWindow3 tw3 = new TableWindow() as ITableWindow3; tw3.Application = App; if (tw3 == null) return; tw3 = tw3.FindViaStandaloneTable(SAT) as ITableWindow3; tw3.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.