How to retain dataset grouping in output of feature class iterator

2032
0
03-10-2016 05:25 AM
JanHildebrand
New Contributor

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

0 Kudos
0 Replies