Summary
Evaluates if a feature class is of the specified feature type.
Usage
This tool is intended for use in ModelBuilder, not in Python scripting.
The tool has two Boolean outputs, True and False. Based on the condition being evaluated, one of the two Boolean outputs is true and the other is false after the tool runs. These Boolean outputs must be set as a precondition to the downstream tools for those to execute if either of the preconditions is true.
Syntax
arcpy.mb.FeatureTypeIfThenElse(in_features, feature_type)
Parameter | Explanation | Data Type |
in_features | Input feature layer to evaluate. | Feature Layer |
feature_type [feature_type,...] | The type of feature being evaluated.
| String |
Derived Output
Name | Explanation | Data Type |
true | If the specified criteria evaluates to True, this parameter will be set to True. | Boolean |
false | If the specified criteria evaluates to False, this parameter will be set to True. | Boolean |
Environments
This tool does not use any geoprocessing environments.
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes