Select to view content in your preferred language

Improve performance speed during conversion to CAD DXF from a featureclass

440
1
05-17-2012 06:10 AM
chukwuemekaobilor
Emerging Contributor
when I want to convert from featureclass to CAD DXF it takes too long how can I improve the speed
This is part of my code that does the conversion.

gp.ExportCAD_conversion(exportParameter, "DXF_R2000", outputDXFName, "Ignore_Filenames_in_Tables", "Overwrite_Existing_Files", "")
Tags (2)
0 Kudos
1 Reply
MichaelMiller2
Frequent Contributor
From my experience, it is generally a slow process. Due in part to the nature, format and size of the dxf files.
0 Kudos