Label | Explanation | Data Type |
Input Network Analysis Layer | The network analysis layer on which the analysis will be computed. | Network Analyst Layer |
Ignore Invalid Locations (Optional) | Specifies whether invalid input locations will be ignored.
| Boolean |
Terminate on Solve Error (Optional) | Specifies whether tool execution should terminate if an error is encountered during the solve.
| Boolean |
Simplification Tolerance
(Optional) | The tolerance that determines the degree of simplification for the output geometry. If a tolerance is specified, it must be greater than zero. You can choose a preferred unit; the default unit is decimal degrees. Specifying a simplification tolerance tends to reduce the time it takes to render routes or service areas. The drawback, however, is that simplifying geometry removes vertices, which may lessen the spatial accuracy of the output at larger scales. Because a line with only two vertices cannot be simplified any further, this parameter has no effect on drawing times for single-segment output, such as straight-line routes, OD cost matrix lines, and location-allocation lines. | Linear Unit |
Overrides
(Optional) | Specify additional settings that can influence the behavior of the solver when finding solutions for the network analysis problems. The value for this parameter needs to be specified in JavaScript Object Notation (JSON). For example, a valid value is of the following form {"overrideSetting1" : "value1", "overrideSetting2" : "value2"}. The override setting name is always enclosed in double quotation marks. The values can be either a number, Boolean, or a string. The default value for this parameter is no value, which indicates not to override any solver settings. Overrides are advanced settings that should be used only after careful analysis of the results obtained before and after applying the settings. A list of supported override settings for each solver and their acceptable values can be obtained by contacting Esri Technical Support. | String |
Derived Output
Label | Explanation | Data Type |
Network Analyst Layer | The solved network analysis layer. | Network Analyst Layer |
Solve Succeeded | A Boolean indicating whether or not solve succeeded. | Boolean |