The function used for the analysis.
[Visual Basic .NET]
Public ReadOnly Property Solver As INASolver
[C#]
public INASolver Solver {get;}
[C++]
HRESULT get_Solver(
INASolver** Solver
);
[C++]
Parameters
Solver [out, retval]
Solver is a parameter of type INASolver
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
Solver returns an object that implements INASolver. This is generally the solver that created the NAContext.
See Also
INAContext Interface
.NET Samples
Closest facility solver (Code Files:
frmClosestFacilitySolver) |
Location-allocation solver (Code Files:
frmLocationAllocationSolver) |
Network Analyst Engine application (Code Files:
frmNALayerProperties) |
Origin-destination cost matrix solver (Code Files:
frmODCostMatrixSolver) |
Route layer (Code Files:
Program) |
Service area solver (Code Files:
frmServiceAreaSolver) |
Subset network evaluators (Code Files:
SubsetHelperUI) |
Vehicle routing problem solver (Code Files:
frmVRPSolver) |
.NET Related Topics
How to set up a Network Analyst solve to work with the undo/redo stack |