Dear all,
I use the following steps to create a dbf table:
(1) use geoprocessing tool to generate an intersect layer based on 2 layers.
(2) export the intersect layer into a dbf table.
(3) import the dbf file into arcmap.
(4) open the dbf table in arcmap.
based on the dbf table, I want to retrieve several column values from the dbf table:
I am using vb.net and want to save the partial result into excel file. Anybody has any advice? thanks in advance.