Create Feature Linked Annotation (Aeronautical)

汇总

Creates annotation for features in a specific chart if it does not already have annotation.

用法

语法

CreateFeatureLinkedAnno_Aeronautical (input_instance, input_feature_class)
参数说明数据类型
input_instance
[input_instance,...]

The path to and name of the instance that you want to use to create annotation.

String
input_feature_class
[input_feature_class,...]

The feature classes where annotation can be created.

String

代码示例

CreateFeatureLinkedAnno example (ArcGIS Python window)

This ArcGIS Python window example demonstrates the use of the CreateFeatureLinkedAnno function.

import arcpy

# Load Toolbox
arcpy.ImportToolbox(r'C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Aeronautical Tools.tbx')

# Local variables
Input_Chart_List = "Aeronautical::ENROUTE::ICAO::ICAO_Enroute_SanDiego::ICAO_Enroute_SanDiego"
Input_FeatureClass_List = "ADHP_C_Anno"

# Process: Create Anno
arcpy.CreateFeatureLinkedAnno_Aeronautical(Input_Chart_List, Input_FeatureClass_List)

环境

此工具不使用任何地理处理环境

相关主题

许可信息

ArcView: 否
ArcEditor: 否
ArcInfo: 需要 Aeronautical Solution

9/30/2010