For a list of all members of this type, see ExportCAD members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| Append_To_Existing | Allows the output to append to an existing CAD file. This allows you to add information to a CAD file on disk. (In, Optional) |
| Ignore_FileNames | Allows 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) |
| 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_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) |
| 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) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| Seed_File | An 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) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also