PdcProjects.Open: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == Open(ProjectNo as String) as PdcProject == Description == Returns an opened project object with the supplied number == Notes == This method opens the ..."
 
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 ==


== Availability ==
== Availability ==
Available since February 2011 (From version 4.2 onwards).
Available since February 2011 (From version 4.2 onwards).

Revision as of 11:21, 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.

Availability

Available since February 2011 (From version 4.2 onwards).