Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

SEED File - Data Extract Tool or Export to CAD

$
0
0
I was wondering if it is possible to add extract data to CAD with a SEED File. I tried to build a model which works fine in desktop but fails as a service when uploading.
Attachment 31611

Any suggestions?

Also I have tried to add in the seed file to the python code with no success.
Code:

            # get path to zip
            outputinzip = os.path.join(zipFolderPath, layerName + featureFormat[2])
            if featureFormat[2].lower() in [".dxf", ".dwg", ".dgn"]:
                #Message "..using export to cad.."
                gp.AddWarning(get_ID_message(86139))
                gp.ExportCAD_conversion(outputpath, featureFormat[1], outputinzip, "", "", "c:/SEEDFILE.DWG")

Attached Thumbnails
Click image for larger version

Name:	Export Graphic.jpg‎
Views:	N/A
Size:	46.8 KB
ID:	31611  

Viewing all articles
Browse latest Browse all 2097

Trending Articles