Label | Explanation | Data Type |
Workspace or Feature Dataset | Workspace or feature dataset which stores the feature classes to iterate. If you define a geodatabase as your input workspace only the feature classes directly under the geodatabase will be iterated over (standalone feature classes). To iterate over all feature classes within a dataset located in the input geodatabase check the recursive option. | Workspace; Feature Dataset |
Wildcard (Optional) | A combination of * and characters that help to limit the results. The asterisk is the same as saying ALL. If no wildcard is specified, all inputs will be returned. For example, it can be used to restrict Iteration over input names starting with a certain character or word (for example, A* or Ari* or Land* and so on). | String |
Feature Type (Optional) | The feature type to be used as a filter. Only features of the specified type will be output. Not specifying a feature type means that all features will be output.
| String |
Recursive (Optional) | Determines if the iterator will iterate through all sub-folders in the main workspace.
| Boolean |
Derived Output
Label | Explanation | Data Type |
Feature Class | The full path to the feature class. | Feature Class |
Name | The name of the feature class. | String |