不具合
| 不具合 ID 番号 | BUG-000140372 |
|---|---|
| 送信されました | June 1, 2021 |
| 最終更新日 | July 3, 2025 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | 2.7.2 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 |
| 修正されたバージョン | 2.9/2.8.2 |
| ステータス | Fixed |
Create a new attribute rule and apply it to all Subtypes (select <All>) instead of selecting a subtype name.
Wrap the original attribute rule expression in an if statement to handle the specific subtype user wish to constrain using the subtype's value. Return false if it is not the subtype so user rules does not execute.
Example:
if($feature.SubType == <subtype value, should be an integer>){
<attribute rule conditions here>
return false
}
不具合 ID: BUG-000140372
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード