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