Provides access to members that contain the results of performing network analysis with NAServer.
| Description | ||
|---|---|---|
![]() |
MapImage | MapImage containing the network analysis result. |
![]() |
SolveMessages | Error and warning messages returned by the network analysis solver. |
| CoClasses and Classes | Description |
|---|---|
| NAServerClosestFacilityResults | A container for the closest facility network analysis results returned by NAServer. |
| NAServerRouteResults | A container for the route network analysis results returned by NAServer. |
| NAServerServiceAreaResults | A container for the service area network analysis results returned by NAServer. |
INAServerSolverResults provides methods on an NAServerSolverResults object (NAServerRouteResults, NAServerClosestFacilityResults, NAServerServiceAreaResults) returned by the Solve method on INAServer to retrieve the results of the network analysis.
There are methods to get the MapImage and the SolverMessages returned by the solver.