ArcObjects Library Reference (NetworkAnalyst)  

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