Question : How do I query an ArcGIS MXD file?

I am brand new to developing for GIS and I have had a project dumped on me.  Be kind!

How can I query an MXD file and fill a datatable with the results so I can bind a listbox to it?  The language is VB.Net for a Windows forms application.

Jeremy

Answer : How do I query an ArcGIS MXD file?

Jeremy,

No actual geographic data is stored in an MXD file. It is generally stored in a database (Access, Oracle, Informix etc) or a "Shape File".. Or a few other possibilities... ArcGIS products (in your case, ArcMap) are used as viewers (among other things) for this geo-data.

Do you want to extract all the data for referenced in any given MXD?
Do you want to extract a particular data set referenced in a particular MXD??

If you know your data source, populating a list box straight from the raw data should  be fairly easy.
If you can find out more I'll be happy to help out.

Mark.
Random Solutions  
 
programming4us programming4us