laptop and a wrench

不具合

The Stop tool in ModelBuilder stops iteration even when mulitple inputs do not meet the specified condition.

最後に公開された状態: August 25, 2014 ArcGIS for Desktop
不具合 ID 番号 NIM067700
送信されましたApril 29, 2011
最終更新日June 5, 2024
適用対象ArcGIS for Desktop
見つかったバージョン10.1
修正されたバージョン10.1
ステータスFixed

対処法

1. Add a MultiValue String Variable to the model.2. Set the inputs to the MultiValue variable equal to inline variables from the Boolean variables that are to be evaluated.3. Use the Calculate Value Model tool to evaluate the MultiValue variable for whether all values are true, all values are false or a mixture of both. Below is an example of an expression that can be used for this: def getBool(multiValue): boolList = multiValue.split(";") boolSet = set(boolList) if len(boolSet) == 1: return boolList[0] == "true" else: return False

再現の手順

不具合 ID: NIM067700

ソフトウェア:

  • ArcGIS for Desktop

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動