This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContext Interface > INAContext.Solver Property (ArcObjects .NET 10.5 SDK) |
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
Solver returns an object that implements INASolver. This is generally the solver that created the NAContext.