SolverStatusUpdatedArgsCurrentSolution Property |
The current solution in the search.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic Solution CurrentSolution { get; }
Public ReadOnly Property CurrentSolution As Solution
Get
public:
property Solution^ CurrentSolution {
Solution^ get ();
}
member CurrentSolution : Solution with get
Property Value
Type:
Solution
See Also