Creates a new solution that is a copy of the current instance.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
SyntaxPublic Function Clone As Solution
public:
Solution^ Clone()
member Clone : unit -> Solution
Return Value
Type:
SolutionReturns a copy of the solution.
See Also