This document is archived and information here might be outdated.  Recommended version.


INAContextEdit.Solver Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.Solver Property
ArcGIS Developer Help

INAContextEdit.Solver Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INAContextEdit Interface