Provides access to the route solver. Note: the INARouteSolver interface has been superseded byINARouteSolver2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Members
Description | ||
---|---|---|
CreateTraversalResult | Indicates if a traversal result will be generated. | |
FindBestSequence | Indicates if the solver should resequence the route in the optimal order. | |
OutputLines | Indicates if lines will be generated in the result. | |
PreserveFirstStop | Indicates if the solver should keep the first stop fixed in the sequence. | |
PreserveLastStop | Indicates if the solver should keep the last stop fixed in the sequence. | |
UseTimeWindows | Indicates if the solver should consider time windows. |
CoClasses that implement INARouteSolver
CoClasses and Classes | Description |
---|---|
NARouteSolver | Performs shortest path and tour analysis. |
NAServerRouteParams | A container for the route solver settings and return parameters used by NAServer. |
Remarks
INARouteSolver has been superseded by INARouteSolver2.