NAServerSolverResults
Derived Types: NAServerClosestFacilityResults, NAServerRouteResults, NAServerServiceAreaResults, NAServerLocationAllocationResults, NAServerODCostMatrixResults, NAServerVRPResults
An abstract type that describes the base properties on the results of calling Solve to perform network analysis.
Property |
Type |
Description |
---|---|---|
LayerToken |
string |
The token to the network analysis layer saved on the server containing the results of the analysis. This is only populated when NAServerSolverParams.SaveLayerOnServer was set to True or NAServerSolverParams.LayerToken was populated with a valid value. |
MapImage |
The image showing the results of the analysis using the input MapDescription and ImageDescription objects. | |
SolveErrorCode |
long |
If NAServerSolverParams.ReturnPartialResultsOnErrorwas True and Solve failed, an error code is returned. |
SolveErrorCodeSpecified |
bool |
Indicates if SolveErrorCode is specified. |
SolveMessages |
Contains error and warning messages returned by the network analysis. |