This document is archived and information here might be outdated. Recommended version. |
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.