ConversionTools
ExportCAD Constructor(Object,String,Object)
See Also  Send Feedback
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, DXF-R14, DXF-R2000, DXF-R2004. (In, Required)
Output_File
The pathname 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 New 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, DXF-R14, DXF-R2000, DXF-R2004. (In, Required)
Output_File
The pathname 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)

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.