| Bug ID Number |
BUG-000159925 |
| Submitted | July 18, 2023 |
| Last Modified | September 17, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 3.1 |
| Operating System | Windows OS |
| Operating System Version | N/A |
| Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
This performance issue is no longer reproducible in the current release of ArcGIS Pro and ArcGIS Enterprise.
Workaround
Use a combination of other geoprocessing tools to accomplish the same output:
- Use arcpy.management.GeneratePointsAlongLines to place points at equal intervals along the line to use as the sample points for the elevation profile.
- Use arcpy.ExtractValuesToPoints to add the elevation value of the raster to each point as an attribute.
- Use arcpy.ddd.FeatureTo3DByAttribute to make the points 3D and add the extracted elevation values to the Z geometry of the point.
- Use arcpy.management.PointsToLine to reconnect all the points.
Steps to Reproduce