ArcObjects Library Reference (NetworkAnalyst)  

INAContext.Solver Property

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