Network Analysis Service GetSolverParameters method

Default solver parameters for the specified network analysis layer.

 

GetSolverParameters(string NALayerName)

 

Parameter

Description

NALayerName

String representing 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.

 

Remarks

 

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

C#

VB.NET

Java