I want to list Tables (Itables) in a form with ArcObjects, but I can't it.I'm using this code.Dim pMxDoc As IMxDocumentSet pMxDoc = Application.DocumentDim pTableCollection As ITableCollectionDim pMap As IMapSet pMap = pMxDoc.FocusMapSet pTableCollection = pMapDim tabla As ITableDim ptabla As IFeatureLayerDim ntabla As StringFor i = 0 To pTableCollection.TableCount - 1Set tabla = pTableCollection.Table(i)'Dim pName As INamentabla = tabla. '********* I can't get name of tablelista.AddItem (ntabla)Next
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.