Constructor that takes all required parameters for geoprocessor execution.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim input_features As Object
Dim output_featureclass As Object
Dim reference_scale As Double
Dim instance As New ImportCADAnnotation(input_features, output_featureclass, reference_scale) |
Parameters
- input_features
- The CAD annotation features that you want to convert to geodatabase annotation. If you choose a CAD annotation layer in ArcMap, the following properties of that layer will be honored during the conversion: (In, Required)
- output_featureclass
- The geodatabase annotation feature class to which you want to convert CAD annotation. (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 made relative. (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