This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Constants > E > esriShortestPathObjFn Constants (ArcObjects .NET 10.5 SDK) |
Optimization method of the trace flow solver when finding a path.
Constant | Value | Description |
---|---|---|
esriSPObjFnMinSum | 0 | Minimizes the total impedance of the path. |
esriSPObjFnMinMax | 1 | Minimizes the maximum element impedance. |