laptop and a wrench

Bogue

Arcade intersection function does not work in ArcGIS Pro when used for attribute rules.

ArcGIS Pro
Numéro d’ID de bogue BUG-000172956
EnvoiDecember 10, 2024
Dernière modificationMay 14, 2025
S’applique àArcGIS Pro
Version trouvée3.2.4
Système d’exploitationWindows OS
Version du système d’exploitation10.0 64 Bit
StatutKnown Limit

Informations supplémentaires

Point intersection on lines is dependent on the tolerance of the data and, in the case of curves, the interpolation of the curve. It's best practice to expand the search area rather than relying on floating point overlay.

Solution de contournement

Create a buffer on the point feature and intersect the point feature with the line feature.

Create a small buffer around the centroid point (e.g., 0.1 meters):

var buffer = Buffer(featBreak, 0.1)

Find line features within the buffer:

var intersectingLines = Intersects(featMain, buffer)

var firstIntersectingLine = First(intersectingLines)

Étapes pour reproduire

ID de bogue: BUG-000172956

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