Hi everyoneis there a way to use arcpy.ListFeatureClasses() to filter multiple feature types. i.e. Only list the polygon and point feature types in the geaodatabase. I've tried something like:arcpy.ListFeatureClasses("*", ["Point", "Polygon"])
but this still returns all feature types (i.e. annotation and line FC's still get returned)Is this possible?Thanks,Mike