Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
No Public Explanation
対処法
1. Reproject your line shapefile to the desired coordinate system.2. Convert the line vertices to points.3. Calculate the Z values of the points using the field calculator.4. Create a new field and calculate these z values to meters in this new field.5. Create a TIN from this point data using 3D Analyst dropdown > Create/Modify TIN > Create TIN from Features > choose the point shapefile > specify the field that you calculated the z values for in meters.6. A TIN is created. 7. 3D Analyst dropdown > Convert > Features to 3D > specify the polyline shapefile for the input > use the TIN surface for the 'source of heights'. The values should be exact.