Add Reviewer Fields (Aeronautical)
Zusammenfassung
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.
Verwendung
-
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 ()
Codebeispiel
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()
Umgebungen
Dieses Werkzeug verwendet keine Geoverarbeitungsumgebungen.
Verwandte Themen
Lizenzinformationen
ArcView: Nein
ArcEditor: Nein
ArcInfo: Erfordert Aeronautical Solution
9/16/2010