Add Reviewer Fields (Aeronautical)
汇总
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.
用法
-
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.
语法
AddReviewerFields_Aeronautical ()
代码示例
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()
环境
此工具不使用任何地理处理环境
相关主题
许可信息
ArcView: 否
ArcEditor: 否
ArcInfo: 需要 Aeronautical Solution
9/30/2010