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/16/2010