Navigation:  Object Model Reference > Project Object > Methods >

Project.Load Method

Previous pageReturn to chapter overviewNext page

Loads the specified projectfile into memory.

 

Syntax

expression.Load(ProjectFilePath)

expression. A variable representing a Project object.

 

Parameters

Name

Type

Description

ProjectFilePath

String

Path and file name of the project file. (File extension is '.xml').

 

Return Value

none

 

Remarks

If another project is active it will be unloaded first.

 

 


See Also

Project Object
Project Object Members