If Feature Type Is (ModelBuilder)

Summary

Evaluates if a feature class is of the specified feature type.

Learn how If Feature Type Is works in ModelBuilder

Usage

  • This tool is only available from ModelBuilder for use in models. The tool is not available from the Geoprocessing pane or from Python.

  • 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 run if either of the preconditions is true.

Parameters

LabelExplanationData Type
Input Features

Input feature layer to evaluate.

Feature Layer
Feature Type

The type of feature being evaluated.

  • AnnotationEvaluate if the input features are annotation features.
  • DimensionEvaluate if the input features are dimension features
  • EdgeEvaluate if the input features are edge features.
  • JunctionEvaluate if the input features are junction features.
  • Line Evaluate if the input features are line features.
  • PointEvaluate if the input features are point features.
  • PolygonEvaluate if the input features are polygon features.
  • MultipatchEvaluate if the input features are multipatch features.
String

Derived Output

LabelExplanationData 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

Related topics