I am using the feature class iterator to pass all feature classes in a geodatabase to an intersect tool where they are intersected with one other feature class. The feature classes in the geodatabase are grouped in datasets however.
Is there a way to retain the dataset structure in the output?
I tried:
- outputting to the original geodatabase - only feature classses are output without being grouped in datasets.
- outputting to a new geodatabase - only feature classses are output without being grouped in datasets.
- nesting the iterate feature classes model in an iterate datasets model - only datasets are output without intersected feature classes
Thanks in advance