{ "name": "ExportCAD", "displayName": "Export to CAD", "description": "Geoprocessing tool that creates one or more CAD drawings based on values contained in one or more inputs.", "category": "", "helpUrl": "https://siams2.chminosil.es/server/rest/directories/arcgisoutput/geoprocesamiento/ExportCAD_GPServer/geoprocesamiento_ExportCAD/ExportCAD.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPMultiValue:GPFeatureRecordSetLayer", "displayName": "Entidad entrada", "description": "A collection of feature classes and/or feature layers whose geometry will be exported to one or more CAD files.", "direction": "esriGPParameterDirectionInput", "defaultValue": [], "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Type", "dataType": "GPString", "displayName": "Tipo dato", "description": "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. DGN_V8\u2014Microstation DGN file DWG_R2018\u2014DWG version 2018 DWG_R2013\u2014DWG version 2013 DWG_R2010\u2014DWG version 2010 DWG_R2007\u2014DWG version 2007 DWG_R2005\u2014DWG version 2005 DWG_R2004\u2014DWG version 2004 DWG_R2000\u2014DWG version 2000 DWG_R14\u2014DWG version 14 DXF_R2018\u2014DXF version 2018 DXF_R2013\u2014DXF version 2013 DXF_R2010\u2014DXF version 2010 DXF_R2007\u2014DXF version 2007 DXF_R2005\u2014DXF version 2005 DXF_R2004\u2014DXF version 2004 DXF_R2000\u2014DXF version 2000 DXF_R14\u2014DXF version 14", "direction": "esriGPParameterDirectionInput", "defaultValue": "DWG_R2018", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "DGN_V8", "DWG_R14", "DWG_R2000", "DXF_R14", "DXF_R2000", "DWG_R2004", "DXF_R2004", "DWG_R2005", "DXF_R2005", "DWG_R2007", "DXF_R2007", "DWG_R2010", "DXF_R2010", "DWG_R2013", "DXF_R2013", "DWG_R2018", "DXF_R2018" ] }, { "name": "Output_File", "dataType": "GPString", "displayName": "Output File", "description": "The path 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.", "direction": "esriGPParameterDirectionOutput", "defaultValue": "cad.dwg", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Ignore_FileNames", "dataType": "GPBoolean", "displayName": "Ignore Paths in Tables", "description": "Allows the function to ignore or use the paths in the DrawingPathName. This allows the function to output CAD entities to specific drawings or ignore this and add to one CAD file. Checked\u2014Ignores the paths in the document entity fields and allows the output of all entities to a single CAD file. This is the default. Unchecked\u2014Allows the paths in the document entity fields to be used and have each entity's path used so that each CAD part will be written to a separate file.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Append_To_Existing", "dataType": "GPBoolean", "displayName": "Append to Existing Files", "description": "Allows the output to append to an existing CAD file. This allows you to add information to a CAD file on disk. Checked\u2014Allows the output file content to be added to an existing output CAD file. The existing CAD file content will not be lost. Unchecked\u2014The output file content will overwrite the existing CAD file content. This is the default.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }