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 > INAContextEdit Interface > INAContextEdit.Solver Property (ArcObjects .NET 10.5 SDK) |
The function used for the analysis.
[Visual Basic .NET]
Public WriteOnly Property Solver
[C#] public void Solver {set;}
[C++]
HRESULT putref_Solver(
INASolver*
);
[C++]
Parameters [in]
is a parameter of type INASolver
The Solver property returns a reference back to the NASolver object that created the NAContext.
This property should only be set by a custom solver during the creation of the NAContext.