ConversionTools
Output_Type Property
See Also  Send Feedback
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, DXF-R14, DXF-R2000, DXF-R2004. (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;}

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.