Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Active ====== Property of [[:scripting:api:project-manager:start|IProjectManager]] ===== Description ===== Active project ===== Property type ===== Read-Only Property of type **[[:scripting:api:project:start|IProject]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pProject = ProjectManager.Active; </code>==== Visual Basic Script ==== <code vb> pProject = ProjectManager.Active </code>==== C++ ==== <code cpp> CComPtr<IProject> pProject; HRESULT hr = ProjectManager.get_Active(&pProject); </code>===== See Also ===== [[:scripting:api:project-manager:start|IProjectManager]] ~~NOTOC~~