Hi,
I have a gdb with multiple feature datasets ( each having various feature classes). I am trying to clip a file based on all these feature classes using model builder and trying to save the output class in the same order the way my initial gdb is created. In other words go one by one to each feature datasets check if it has any feature class then clip it and save it in a new database in the same order it picked up the feature classes. Does anyone have an idea how to do it in model builder. What I have done is just the basic clipping but now i have to batch it over the datasets so that it checks if there is any feature class then clip it or else go to next dataset check it and go upto last dataset and do clipping if found. Please suggest how to go it on model builder as I dont have much experience with programming.
Thanks