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 Support アプリのダウンロード

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

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

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

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

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