Bug
Bug ID Number | BUG-000172956 |
---|---|
Submitted | December 10, 2024 |
Last Modified | May 14, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.2.4 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | Known Limit |
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)
Bug ID: BUG-000172956
Software:
Get help from ArcGIS experts
Download the Esri Support App