laptop and a wrench

漏洞

The attribute rule for the annotation feature classes fails to operate with the intersect function.

ArcGIS Pro
漏洞 ID 编号 BUG-000165931
已提交March 13, 2024
上次修改时间November 22, 2024
适用范围ArcGIS Pro
找到的版本2.9.10
操作系统Windows OS
操作系统版本N/A
修正版本3.4
状态Fixed

附加信息

This issue is addressed in ArcGIS Pro 3.4.

解决办法

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 Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项