I'm new in using Arcobject . i'd like to set dbf of ArcMap TOC to the Combobox Items. How can i set dbf files to items of combobox using C# programming and Arcobject ?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
You need to cast from the Map Object to the IStandaloneTableCollection Interface. You can get the number of standalone tables that this map contains using the StandaloneTableCount property, and then get the appropriate table using the IStandaloneTableCollection.StandaloneTable Property |
|||||
|
|
