Browing FGDB

534
1
03-20-2011 09:19 PM
manojpant
New Contributor
Dear all,
We are developing an engine application using ArcEngine 9.3.
The idea is to browse the FGDB to view its content (table, featureclasses, featuredatasets).
Currently we are using folder dialog box, IWorkspaceFactory, IDatasetName to browse. But we are unable to see the contents inside the FGDB.



any suggestions
0 Kudos
1 Reply
LukeBadgerow
New Contributor
can you be a little more specific?  I'm going to assume that you're getting a valid workspace through the WorkspaceFactoryClass. 

so at this point you should be able to make a call to (yourworkspace).get_DatasetNames().

you'll need to pass in your type either datasets, tables, or Feature classes but you should be able to enumerate over the result set to get you contents.
0 Kudos