{ "name": "ExportBranchLabels", "displayName": "Export Branch Labels", "description": "export branch labels to DWG file using GCWW standard format", "category": "", "helpUrl": "https://arcgis.cincinnati-oh.gov/arcgis/rest/directories/arcgisoutput/GPservices/ExportBranchLabels_GPServer/GPservices_ExportBranchLabels/ExportBranchLabels.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Project_Boundary", "dataType": "GPFeatureRecordSetLayer", "displayName": "Project Boundary", "description": "project boundary for CAD export", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Out_CAD_Export", "dataType": "GPDataFile", "displayName": "Out CAD Export", "description": "name of the output DWG file", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }