{
  "name" : "Cost Back Link",
  "description" : "Defines the neighbor that is the next cell on the least accumulative cost path to the least-cost source.",
  "function" : {
    "pixelType" : "UNKNOWN",
    "name" : "Cost Back Link",
    "description" : "Defines the neighbor that is the next cell on the least accumulative cost path to the least-cost source.",
    "type" : "GPAdapterFunction",
    "_object_id" : 1
  },
  "arguments" : {
    "ToolName" : {
      "name" : "ToolName",
      "value" : "CostBackLink_sa",
      "isDataset" : false,
      "isPublic" : false,
      "type" : "RasterFunctionVariable",
      "_object_id" : 2
    },
    "PrimaryInputParameterName" : {
      "name" : "PrimaryInputParameterName",
      "value" : "in_source_data",
      "isDataset" : false,
      "isPublic" : false,
      "type" : "RasterFunctionVariable",
      "_object_id" : 3
    },
    "OutputRasterParameterName" : {
      "name" : "OutputRasterParameterName",
      "value" : "out_backlink_raster",
      "isDataset" : false,
      "isPublic" : false,
      "type" : "RasterFunctionVariable",
      "_object_id" : 4
    },
    "in_source_data" : {
      "name" : "Raster",
      "isDataset" : true,
      "isPublic" : false,
      "type" : "RasterFunctionVariable",
      "_object_id" : 5
    },
    "in_cost_raster" : {
      "name" : "in_cost_raster",
      "isDataset" : true,
      "isPublic" : false,
      "type" : "RasterFunctionVariable",
      "_object_id" : 6
    },
    "maximum_distance" : {
      "name" : "maximum_distance",
      "isDataset" : false,
      "isPublic" : false,
      "type" : "RasterFunctionVariable",
      "_object_id" : 7
    },
    "source_cost_multiplier" : {
      "name" : "source_cost_multiplier",
      "isDataset" : false,
      "isPublic" : false,
      "type" : "RasterFunctionVariable",
      "_object_id" : 8
    },
    "source_start_cost" : {
      "name" : "source_start_cost",
      "isDataset" : false,
      "isPublic" : false,
      "type" : "RasterFunctionVariable",
      "_object_id" : 9
    },
    "source_resistance_rate" : {
      "name" : "source_resistance_rate",
      "isDataset" : false,
      "isPublic" : false,
      "type" : "RasterFunctionVariable",
      "_object_id" : 10
    },
    "source_capacity" : {
      "name" : "source_capacity",
      "isDataset" : false,
      "isPublic" : false,
      "type" : "RasterFunctionVariable",
      "_object_id" : 11
    },
    "source_direction" : {
      "name" : "source_direction",
      "isDataset" : false,
      "isPublic" : false,
      "type" : "RasterFunctionVariable",
      "_object_id" : 12
    },
    "type" : "GPAdapterFunctionArguments",
    "_object_id" : 13
  },
  "functionType" : 0,
  "thumbnail" : ""
}