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.