laptop and a wrench

Error

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

ArcGIS Pro
Número de ID del error BUG-000172956
EnviadoDecember 10, 2024
Última modificaciónMay 14, 2025
Relacionado conArcGIS Pro
Versión encontrada3.2.4
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoKnown Limit

Información adicional

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.

Solución alternativa

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)

Pasos para reproducir

ID del error: BUG-000172956

Software:

  • ArcGIS Pro

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga