laptop and a wrench

Bogue

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

ArcGIS Pro
Numéro d’ID de bogue BUG-000165931
EnvoiMarch 13, 2024
Dernière modificationNovember 22, 2024
S’applique àArcGIS Pro
Version trouvée2.9.10
Système d’exploitationWindows OS
Version du système d’exploitationN/A
Version de correction3.4
StatutFixed

Informations supplémentaires

This issue is addressed in ArcGIS Pro 3.4.

Solution de contournement

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.

Étapes pour reproduire

ID de bogue: BUG-000165931

Logiciel:

  • ArcGIS Pro

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement