ConversionTools
ExportCAD Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace : ExportCAD Class




The following tables list the members exposed by ExportCAD.

Public Constructors

 NameDescription
public ConstructorExportCAD ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public PropertyAppend_To_ExistingAllows the output to append to an existing CAD file. This allows you to add information to a CAD file on disk. (In, Optional)  
public PropertyIgnore_FileNamesAllows the function to ignore or use the pathnames in the "DrawingPathName". This allows the function to output CAD entities to specific drawings or to ignore this and add to one CAD file. (In, Optional)  
public Propertyin_featuresA collection of feature classes and/or feature layers whose geometry will be exported to one or more CAD files. (In, Required)  
public PropertyOutput_FileThe 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)  
public PropertyOutput_TypeThe 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)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public PropertySeed_FileAn existing CAD drawing whose contents, document, and layer properties will be used for all new output CAD files. If appending to existing CAD files, the seed drawing is ignored. (In, Optional)  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
Top

See Also

© 2011 All Rights Reserved.