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);
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.