The ArcMap python pane offers more description of python functions than in ArcGIS Pro.
最後に公開された状態: September 17, 2018ArcGIS Pro
不具合 ID 番号
BUG-000116756
送信されました
September 13, 2018
最終更新日
July 1, 2024
適用対象
ArcGIS Pro
見つかったバージョン
2.2.2
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Access to Python Help is readily accessibly by clicking the ? in the upper right corner of the Python window and as described here: http://pro.arcgis.com/en/pro-app/arcpy/get-started/python-window.htm#ESRI_SECTION1_1467785C39F640D5AA3F537989B7022B access to function help is also readily accessible from within the Python window.
対処法
In ArcGIS Pro the user can type: help("<insert arcpy function") and the user will receive the documentation, but can be difficult when writing a script and having to scroll back, up and down to see the documentation. In ArcMap, the information window automatically fills when typing a function and displays on the side. The user can also find the geoprocessing tool in ArcGIS ProFor example:
Go to Toolboxes in the Geoprocessing pane.
Open Analysis Tools > Extract > Clip.
Notice users can hover over each input but the description does not match the documentation.
These workflows can offer assistance when understanding arcpy's functions but the information window in the Python pane in ArcMap provides more information than in ArcGIS Pro.