| Label | Explanation | Data Type |
Workspace or Feature Dataset | The workspace or feature dataset where the feature classes that will be iterated are stored. If you provide a geodatabase as the input workspace, only the feature classes directly under the geodatabase will be iterated (stand-alone feature classes). To iterate over all feature classes in a dataset located in the input geodatabase, check the Recursive parameter. | Workspace; Feature Dataset |
Wildcard (Optional) | A combination of * and characters that help to limit the results. The asterisk is the same as specifying ALL. If no wildcard is specified, all inputs will be returned. You can use this parameter 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) | Specifies the feature type that will be used as a filter. Only features of the specified type will be output. When no feature type is specified, all features will be output.
| String |
Recursive (Optional) | Specifies whether the iterator will iterate through all subfolders 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 |