ESRI.ArcGIS.ConversionTools
Output_Type Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ConversionTools Namespace > ExportCAD Class : Output_Type Property




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)

Syntax

Visual Basic (Declaration) 
Public Property Output_Type As String
Visual Basic (Usage)Copy Code
Dim instance As ExportCAD
Dim value As String
 
instance.Output_Type = value
 
value = instance.Output_Type
C# 
public string Output_Type {get; set;}

See Also

© 2010 All Rights Reserved.