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);
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.