Opens a specified project.
|
JavaScript |
|
|
Open( ProjectURL) |
|
|
C# |
|
|
void Open( string ProjectURL) |
|
|
C++ |
|
|
HRESULT Open( BSTR ProjectURL) |
|
Parameters
ProjectURL
A full path name or a URL to the project file.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.