ESRI.ArcGIS.CartographyTools
TiledLabelsToAnnotation Constructor(Object,String,Object,Object,Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > TiledLabelsToAnnotation Class > TiledLabelsToAnnotation Constructor : TiledLabelsToAnnotation Constructor(Object,String,Object,Object,Object,String)




map_document
The source map document that contains the labels to convert to annotation. (In, Required)
data_frame
The data frame from the map document that contains the labels to convert to annotation. (In, Required)
polygon_index_layer
The polygon layer that contains tile features. (In, Required)
out_geodatabase
The workspace where the output feature classes will be saved. The workspace can be an existing geodatabase or an existing feature dataset. (In, Required)
out_layer
The group layer that will contain the generated annotation. When working in ArcCatalog, you can use the Save To Layer File tool to write the output group layer to a layer file. When using ArcMap, the tool adds the group layer to the display if this option is checked in the geoprocessing options. The group layer that is created is temporary and will not persist after the session ends unless the document is saved. (Out, Required)
anno_suffix
The suffix that will be added to each new annotation feature class. This suffix will be appended to the name of the source feature class for each new annotation feature class. The reference scale for the annotation will follow this suffix. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal map_document As Object, _
   ByVal data_frame As String, _
   ByVal polygon_index_layer As Object, _
   ByVal out_geodatabase As Object, _
   ByVal out_layer As Object, _
   ByVal anno_suffix As String _
)
Visual Basic (Usage)Copy Code
Dim map_document As Object
Dim data_frame As String
Dim polygon_index_layer As Object
Dim out_geodatabase As Object
Dim out_layer As Object
Dim anno_suffix As String
 
Dim instance As TiledLabelsToAnnotation(map_document, data_frame, polygon_index_layer, out_geodatabase, out_layer, anno_suffix)
C# 
public TiledLabelsToAnnotation( 
   object map_document,
   string data_frame,
   object polygon_index_layer,
   object out_geodatabase,
   object out_layer,
   string anno_suffix
)

Parameters

map_document
The source map document that contains the labels to convert to annotation. (In, Required)
data_frame
The data frame from the map document that contains the labels to convert to annotation. (In, Required)
polygon_index_layer
The polygon layer that contains tile features. (In, Required)
out_geodatabase
The workspace where the output feature classes will be saved. The workspace can be an existing geodatabase or an existing feature dataset. (In, Required)
out_layer
The group layer that will contain the generated annotation. When working in ArcCatalog, you can use the Save To Layer File tool to write the output group layer to a layer file. When using ArcMap, the tool adds the group layer to the display if this option is checked in the geoprocessing options. The group layer that is created is temporary and will not persist after the session ends unless the document is saved. (Out, Required)
anno_suffix
The suffix that will be added to each new annotation feature class. This suffix will be appended to the name of the source feature class for each new annotation feature class. The reference scale for the annotation will follow this suffix. (In, Required)

See Also

© 2010 All Rights Reserved.