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
-
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.
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