Error
Número de ID del error | BUG-000172956 |
---|---|
Enviado | December 10, 2024 |
Última modificación | May 14, 2025 |
Relacionado con | ArcGIS Pro |
Versión encontrada | 3.2.4 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | 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)
ID del error: BUG-000172956
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri