漏洞
漏洞 ID 编号 | BUG-000165931 |
---|---|
已提交 | March 13, 2024 |
上次修改时间 | November 22, 2024 |
适用范围 | ArcGIS Pro |
找到的版本 | 2.9.10 |
操作系统 | Windows OS |
操作系统版本 | N/A |
修正版本 | 3.4 |
状态 | Fixed |
When failure started to happen, it will be investigated, but this workaround is the preferred approach to avoid doing double intersect queries. The main hydrant feature is inserted, and the field will be populated via querying the intersecting polygon. The annotation will then get the trigger attribute rule and all we need to do is simply read the source feature value which is a related record using featuresetbyrelationshipname. So, in the Hydrant_annoclass, replace the rule with these 3 lines of code, keep it on insert and update, and this should solve the problem and it will perform better. var f = first (featureSetbyRelationShipName($feature, "Anno_5_10")) if (f == null) return; return f.VERSORGT_DURCH.
漏洞 ID: BUG-000165931
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序