laptop and a wrench

Bug

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

ArcGIS Pro
Bug ID Number BUG-000172956
SubmittedDecember 10, 2024
Last ModifiedMay 14, 2025
Applies toArcGIS Pro
Version found3.2.4
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusKnown Limit

Additional Information

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.

Workaround

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)

Steps to Reproduce

Bug ID: BUG-000172956

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options