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
-
A Reviewer workspace is required to use this tool.
-
Before using this tool, you need to start a Reviewer session.
This tool always runs in foreground mode. If you run this tool with Background Processing checked on, the tool will automatically switch to foreground processing.
-
This tool only needs to be run once. After it is run the first time, the fields are added to all Reviewer tables for all sessions created in the Reviewer workspace. The fields added are as follows:
- Mapid_Txt—Contains a reference to a chart instance.
- GFID—Contains the Global Feature Identifier (GFID) for an element catalog record that has been changed.
- Source GFID_ID—Contains the GFID of the feature on which edits were detected.
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