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




input_features
The coverage annotation features that you want to convert to geodatabase annotation. If you choose a coverage annotation layer in ArcMap, the following properties of that layer will be honored during the conversion: (In, Required)
output_featureclass
Browse into an existing geodatabase and type in the name of the new annotation feature class to create. (Out, Required)
reference_scale
Enter the scale to use as a reference for the annotation. This sets the scale to which all symbol and text sizes in the annotation will be based. (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 ImportCoverageAnnotation(input_features, output_featureclass, reference_scale)
C# 
public ImportCoverageAnnotation( 
   object input_features,
   object output_featureclass,
   double reference_scale
)

Parameters

input_features
The coverage annotation features that you want to convert to geodatabase annotation. If you choose a coverage annotation layer in ArcMap, the following properties of that layer will be honored during the conversion: (In, Required)
output_featureclass
Browse into an existing geodatabase and type in the name of the new annotation feature class to create. (Out, Required)
reference_scale
Enter the scale to use as a reference for the annotation. This sets the scale to which all symbol and text sizes in the annotation will be based. (In, Required)

See Also

© 2010 All Rights Reserved.