CartographyTools
TiledLabelsToAnnotation Constructor(Object,String,Object,Object,Object,String)
See Also  Send Feedback
ESRI.ArcGIS.CartographyTools Namespace > TiledLabelsToAnnotation Class > TiledLabelsToAnnotation Constructor : TiledLabelsToAnnotation Constructor(Object,String,Object,Object,Object,String)




map_document
data_frame
polygon_index_layer
out_geodatabase
out_layer
anno_suffix

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 New 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
data_frame
polygon_index_layer
out_geodatabase
out_layer
anno_suffix

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.