PdcProjects.Open: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
== Notes == | == Notes == | ||
This method opens the project for the given projectnumber. | This method opens the project for the given projectnumber. | ||
== Code example == | |||
<source lang="vb"> | |||
</source> | |||
== Availability == | == Availability == | ||
Available since February 2011 (From version 4.2 onwards). | Available since February 2011 (From version 4.2 onwards). |
Revision as of 11:24, 21 May 2012
Declaration
Open(ProjectNo as String) as PdcProject
Description
Returns an opened project object with the supplied number
Notes
This method opens the project for the given projectnumber.
Code example
Availability
Available since February 2011 (From version 4.2 onwards).