openProject {simplace} | R Documentation |
Initializes a project. The absolute path to a solution file is mandatory. Project file is optional.
openProject(simplace, solution, project = nullString)
simplace |
handle to the SimplaceWrapper object returned by |
solution |
solution file with absolute path |
project |
project file with absolute path, can be omitted to run solution only |