(To be removed) Manipulate current project at command line
slproject.getCurrentProject
will be removed in a future
release. Use currentProject
instead.
gets the current project open in the Project Tool and returns a
project object proj
= slproject.getCurrentProjectproj
that you can use to
manipulate the project programmatically. If no project is open, then
you see an error.
Note
slproject.getCurrentProject
is
replaced by
slproject.getCurrentProjects
.