Delete empty class features automatically in geodatabase

3208
3
11-25-2015 03:31 PM
CarlosHernandez8
New Contributor II

Good evening, I remove the class features that do not have data from a file geodatabase "automatic" way? without having to enter the feature and see that there is information to delete the geodatabase?

0 Kudos
3 Replies
DarrenWiens2
MVP Honored Contributor

Using Python, you can use:

1.) ListFeatureClasses

2.) GetCount

3.) Delete

Reply once you've got a script going for more help.

CarlosHernandez8
New Contributor II

Thanks for your reply.

I just want to clear it has no information but automatically

0 Kudos
DanPatterson_Retired
MVP Emeritus

There is no way to automatically do anything unless there is a process to do it provided by someone