ArcObjects - enumerating feature classes and datasets within a geodatabase
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-03-24T16:42:35Z
Indexed on
2010/03/31
18:33 UTC
Read the original article
Hit count: 500
I'm trying to enumerate the contents (feature classes and feature datasets, not interested in tables, etc) of a file geodatabase using vba/arcobjects.
I have the file GDB set as an IGxDatabase object, but can't find a way of getting further in. I've had a look at the geodatabase object model and tried using IFeatureClass and IFeatureDataset but neither seem to return useful results.
Thanks in advance for any assistance
© Stack Overflow or respective owner