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




in_features
A collection of feature classes and/or feature layers whose geometry will be exported to one or more CAD files. (In, Required)
Output_Type
The CAD platform and file version of the output files. This value overrides any output_type values contained in the keyname column or alias column CADFile_type. Types include DGN-V8, DWG-R14, DWG-R2000, DWG-R2004, DWG-R2005, DWG-R2006, DWG-R2007, DWG-R2010, DXF-R14, DXF-R2000, DXF-R2004, DXF-R2005, DXF-R2006, DXF-R2007, and DXF-R2010. (In, Required)
Output_File
The path of the desired output CAD drawing file. This name overrides any drawing name information included in the input features columns or alias columns named DrawingPathName. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal Output_Type As String, _
   ByVal Output_File As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim Output_Type As String
Dim Output_File As Object
 
Dim instance As ExportCAD(in_features, Output_Type, Output_File)
C# 
public ExportCAD( 
   object in_features,
   string Output_Type,
   object Output_File
)

Parameters

in_features
A collection of feature classes and/or feature layers whose geometry will be exported to one or more CAD files. (In, Required)
Output_Type
The CAD platform and file version of the output files. This value overrides any output_type values contained in the keyname column or alias column CADFile_type. Types include DGN-V8, DWG-R14, DWG-R2000, DWG-R2004, DWG-R2005, DWG-R2006, DWG-R2007, DWG-R2010, DXF-R14, DXF-R2000, DXF-R2004, DXF-R2005, DXF-R2006, DXF-R2007, and DXF-R2010. (In, Required)
Output_File
The path of the desired output CAD drawing file. This name overrides any drawing name information included in the input features columns or alias columns named DrawingPathName. (Out, Required)

See Also

© 2010 All Rights Reserved.