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);
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.