ActiveProject
This property of the application object gives you access to the most recently used open project.
Usage |
oProject = appApplication.ActiveProject appApplication.ActiveProject.Property = uValue uValue = appApplication.ActiveProject.Property appApplication.ActiveProject.Method() |
Example |
* Get a reference to the current project oCurrentProj = Application.ActiveProject * Display the name and last build date of the current project ?Application.ActiveProject.Name ?Application.ActiveProject.BuildDateTime |
See Also |