{ "name": "SelectAndMail", "displayName": "SelectAndMail", "description": "The tool allows you to print the name and address of the selected parcels as a text file so you ", "category": "", "helpUrl": "https://gis.emmetcounty.org/arcgis/rest/directories/arcgisoutput/Geoprocessing/NotificationMailing_GPServer/Geoprocessing_NotificationMailing/SelectAndMail.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Parcel_ID", "dataType": "GPString", "displayName": "Parcel ID", "description": "Parcel ID", "direction": "esriGPParameterDirectionInput", "defaultValue": "08-16-15-477-006", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Search_Distance", "dataType": "GPLinearUnit", "displayName": "Search Distance", "description": "Search Distance", "direction": "esriGPParameterDirectionInput", "defaultValue": { "distance": 300, "units": "esriFeet" }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Selected_Parcels", "dataType": "GPFeatureRecordSetLayer", "displayName": "Selected Parcels", "description": "Selected_Parcels", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 2252, "latestWkid": 2252 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "PID", "type": "esriFieldTypeString", "alias": "PID", "length": 50 }, { "name": "PAR_ADDR", "type": "esriFieldTypeString", "alias": "Parcel Address", "length": 62 }, { "name": "PAR_CITY", "type": "esriFieldTypeString", "alias": "Parcel City", "length": 25 }, { "name": "PAR_ST", "type": "esriFieldTypeString", "alias": "Parcel State", "length": 2 }, { "name": "PAR_ZIP", "type": "esriFieldTypeString", "alias": "Parcel ZIP Code", "length": 10 }, { "name": "OWNER1", "type": "esriFieldTypeString", "alias": "Owner 1", "length": 35 }, { "name": "OWNER2", "type": "esriFieldTypeString", "alias": "Owner 2", "length": 35 }, { "name": "OWN_ADDR", "type": "esriFieldTypeString", "alias": "Owner Address", "length": 35 }, { "name": "OWN_CITY", "type": "esriFieldTypeString", "alias": "Owner City", "length": 25 }, { "name": "OWN_ST", "type": "esriFieldTypeString", "alias": "Owner State", "length": 2 }, { "name": "OWN_ZIP", "type": "esriFieldTypeString", "alias": "Owner ZIP Code", "length": 10 }, { "name": "PROP_CLASS", "type": "esriFieldTypeString", "alias": "Property Class", "length": 5 }, { "name": "SCHL_DIST", "type": "esriFieldTypeString", "alias": "School District", "length": 5 }, { "name": "ZONING1", "type": "esriFieldTypeString", "alias": "Zoning Class 1", "length": 15 }, { "name": "ZONING2", "type": "esriFieldTypeString", "alias": "Zoning Class 2", "length": 15 }, { "name": "ZONING3", "type": "esriFieldTypeString", "alias": "Zoning Class 3", "length": 15 }, { "name": "ZONING4", "type": "esriFieldTypeString", "alias": "Zoning Class 4", "length": 15 }, { "name": "ZONING5", "type": "esriFieldTypeString", "alias": "Zoning Class 5", "length": 15 }, { "name": "PRE", "type": "esriFieldTypeSmallInteger", "alias": "Principal Residence (Homestead) Exemption" }, { "name": "SEV", "type": "esriFieldTypeDouble", "alias": "State Equalized Value" }, { "name": "TAX", "type": "esriFieldTypeDouble", "alias": "Property Tax" }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length" }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "OutputTxt", "dataType": "GPDataFile", "displayName": "OutputTxt", "description": "The path and name of the printed text file containing the ID and address of the selected parcels. ", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }