Retrieve data from INFO table

2158
1
07-28-2014 09:44 AM
RichardMoussopo
Occasional Contributor III

I created a custom tool that outputs an Info table on Disc C:\temp.

Now I would to retrieve 2 fields and display the data in a list view from that table.

Tags (1)
0 Kudos
1 Reply
DuncanHornby
MVP Notable Contributor

You would use the IWorkspaceFactory‌ to connect to an ArcInfoWorkspaceFactory‌ at that point there are several approaches to get hold of the ITable object which you could then read using an ICursor.