漏洞
| 漏洞 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 支持应用程序