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);
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.