Add Reviewer Fields (Aeronautical)

Summary

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.

Usage

Syntax

AddReviewerFields_Aeronautical ()

Code Sample

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()

Environments

This tool does not use any geoprocessing environments

Related Topics

Licensing Information

ArcView: No
ArcEditor: No
ArcInfo: Requires Aeronautical Solution

11/3/2011