Add Reviewer Fields (Aeronautical)

Résumé

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

Syntaxe

AddReviewerFields_Aeronautical ()

Exemple de code

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

Environnements

Cet outil ne fait appel à aucun environnement de traitement de données géographiques

Rubriques associées

Informations de licence

ArcView : Non
ArcEditor : Non
ArcInfo : RequiertAeronautical Solution

9/30/2010