Add Reviewer Fields (Aeronautical)

汇总

Adds the Mapid_Txt, GFID, and Source GFID_ID fields to the Reviewer table. These three fields are populated when the Detect Layout Changes tool is run.

用法

语法

AddReviewerFields_Aeronautical ()

代码示例

AddReviewerFields example (ArcGIS Python window)

This ArcGIS Python window script demonstrates a use of the AddReviewerFields function.

#Import arcpy module
import arcpy

# Load Toolbox
arcpy.ImportToolbox(r'C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Aeronautical Tools.tbx')

arcpy.AddReviewerFields()

环境

此工具不使用任何地理处理环境

相关主题

许可信息

ArcView: 否
ArcEditor: 否
ArcInfo: 需要 Aeronautical Solution

9/30/2010