| Bug ID Number |
BUG-000123413 |
| Submitted | June 28, 2019 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Pro |
| Version found | N/A |
| Operating System | N/A |
| 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
Assuming the hand-drawn line to be created in the map view is a 3D line interpolated off the added surface. The hand-drawn line in the 2D map view is created by only interpolating the beginning and end points if only these two points are clicked in the editing or creating process. So the subsequent Line of Sight operation is based on just these from and to point vertex values. If a 2D line input is used, assuming there is no offset A or offset B in the input attribute table, the Line of Sight geoprocessing tool would 1 unit at the observer and target points automatically before execution.
As a result, the outputs of the 2D line input (with 1 unit up at each end) and the corresponding 3D line input with 1 unit up at each ends manually are identical.
Workaround
Use a 2D line feature in a shapefile or feature class.
Steps to Reproduce