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




input_cad_datasets
The collection of CAD files to convert to geodatabase features. (In, Required)
out_gdb_path
The ArcSDE, file, or personal geodatabase where the Output Feature Dataset will be created. The target geodatabase must already exist. (In, Required)
out_dataset_name
The name of the feature dataset to be created. (In, 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)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input_cad_datasets As Object, _
   ByVal out_gdb_path As Object, _
   ByVal out_dataset_name As String, _
   ByVal reference_scale As Double _
)
Visual Basic (Usage)Copy Code
Dim input_cad_datasets As Object
Dim out_gdb_path As Object
Dim out_dataset_name As String
Dim reference_scale As Double
 
Dim instance As CadToGeodatabase(input_cad_datasets, out_gdb_path, out_dataset_name, reference_scale)
C# 
public CadToGeodatabase( 
   object input_cad_datasets,
   object out_gdb_path,
   string out_dataset_name,
   double reference_scale
)

Parameters

input_cad_datasets
The collection of CAD files to convert to geodatabase features. (In, Required)
out_gdb_path
The ArcSDE, file, or personal geodatabase where the Output Feature Dataset will be created. The target geodatabase must already exist. (In, Required)
out_dataset_name
The name of the feature dataset to be created. (In, 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)

See Also

© 2010 All Rights Reserved.