Add Reviewer Fields (Aeronautical)

Resumen

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.

Uso

Sintaxis

AddReviewerFields_Aeronautical ()

Ejemplo de código

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

Entornos

Esta herramienta no utiliza ningún entorno de geoprocesamiento

Temas relacionados

Información de licencia

ArcView: No
ArcEditor: No
ArcInfo: Requiere Aeronautical Solution

9/30/2010