How do you filter out unwanted Feature Classes?

3220
0
06-15-2011 07:58 PM
paulfowler
New Contributor
How do you filter out unwanted Feature Classes?

    I am using your samples samples\data\Topo.gdb file geodatabase.

    When I use the method geodatabase.GetChildDatasets(L"\\USA", L"Feature Class", childList) I get the following output:

    \USA\states
    \USA\usabln
    \USA\neighcountry
    \USA\landbnds
    \USA\us_lakes
    \USA\intrstat
    \USA\counties
    \USA\cities
    \USA\us_rivers
    \USA\T_1_DirtyAreas
    \USA\T_1_PointErrors
    \USA\T_1_LineErrors
    \USA\T_1_PolyErrors

    When I view this geodatabase in Arc Catalog the following feature classes are not present:
    \USA\T_1_DirtyAreas
    \USA\T_1_PointErrors
    \USA\T_1_LineErrors
    \USA\T_1_PolyErrors

    What are these tables? Can you suggest how I might filter them?

    Thanks
0 Kudos
0 Replies