Gets the default solver parameters for the specified network analysis layer.
GetSolverParameters(string NALayerName)
Parameter |
Description |
NALayerName |
The layer name on which to return a network solver parameters. |
Return Value
A NAServerSolverParams object containing the default solver parameters for the network layer defined. This is an abstract class.
The concrete objects include: NAServerClosestFacilityParams, NAServerLocationAllocationParams, NAServerODCostMatrixParams, NAServerRouteParams, NAServerServiceAreaParams and NAServerVRPParams.
Remarks
The solver properties include "FindBestOrder",
"Breaks", "ShapeType", etc. These properties can be
modified and passed to the Solve
method to change a network analysis operation.
Examples