Label | Explanation | Data Type |
Input Network Analysis Layer or Route Data | The network analysis layer from which the route layer items will be created. The network analysis layer should already be solved. Route, Closest facility, Vehicle routing problem, and Last mile delivery network analysis layers are supported as valid inputs to this parameter. The input can also be a .zip file containing route data created by the saveRouteData() method of the arcpy.nax solver result objects or the service parameter in the REST API that return a zipped geodatabase of route data with the correct schema. | File; Network Analyst Layer |
Summary (Optional) | The summary that will be used by the route layer items. The summary is displayed as part of the item information for the route layer item. If no value is provided, default summary text—Route and directions for <route name>—is used in which <route name> is replaced with the name of the route represented by the route layer. | String |
Tags
(Optional) | The tags that will be used to describe and identify the route layer items. Individual tags are separated with commas. The route name is always included as a tag even when no other value is provided. | String |
Route Name Prefix
(Optional) | A qualifier that will be added to the title of every route layer item. For example, a route name prefix of Monday morning deliveries can be used to group all route layer items created from a route analysis performed by deliveries that will be run on Monday morning. If no value is specified, the title of the route layer item will be created using only the route name. | String |
Portal Folder Name
(Optional) | The folder in your personal online workspace where the route layer items will be created. If a folder with the provided name does not exist, a folder will be created. If a folder with the provided name exists, the items will be created in the existing folder. If no value is provided, the route layer items will be created in the root folder of your online workspace. | String |
Share with
(Optional) | Specifies who can access the route layer items.
| String |
Groups
(Optional) | The list of groups with which the route layer items will be shared. This parameter is applicable only when the Share with parameter is set to These groups. | String |
Derived Output
Label | Explanation | Data Type |
Route Layer Items | Route layer items shared in a portal. | String |