IStandaloneTableCollection pTableCollection = pMap as IStandaloneTableCollection; int i; for (i = 0; i < pTableCollection.StandaloneTableCount; i++) { cmbTOC.Items.Add(pTableCollection.get_StandaloneTable(i).Name); }
IStandaloneTableCollection pTableCollection = pDoc.FocusMap as IStandaloneTableCollection; int i; for (i = 0; i < pTableCollection.StandaloneTableCount; i++) { cmbTOC.Items.Add(pTableCollection.get_StandaloneTable(i).Name); }
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.