DataManagementTools
AppendAnnotation Constructor(Object,Object,Double)
See Also  Send Feedback
ESRI.ArcGIS.DataManagementTools Namespace > AppendAnnotation Class > AppendAnnotation Constructor : AppendAnnotation Constructor(Object,Object,Double)




input_features
Input annotation features that will form an annotation class in the output feature class. (In, Required)
output_featureclass
New annotation feature class that contains an annotation class for each input annotation feature class. (Out, Required)
reference_scale
Scale set in the output feature class. Input features created at a different reference scale will be transformed to match the output reference scale. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input_features As Object, _
   ByVal output_featureclass As Object, _
   ByVal reference_scale As Double _
)
Visual Basic (Usage)Copy Code
Dim input_features As Object
Dim output_featureclass As Object
Dim reference_scale As Double
 
Dim instance As New AppendAnnotation(input_features, output_featureclass, reference_scale)
C# 
public AppendAnnotation( 
   object input_features,
   object output_featureclass,
   double reference_scale
)

Parameters

input_features
Input annotation features that will form an annotation class in the output feature class. (In, Required)
output_featureclass
New annotation feature class that contains an annotation class for each input annotation feature class. (Out, Required)
reference_scale
Scale set in the output feature class. Input features created at a different reference scale will be transformed to match the output reference scale. (In, Required)

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.