Close Method

Applies To   See Also

Closes a project and releases the project’s ProjectHook and Project objects.

Syntax

Object.Close( )

Remarks

Executing the Close method causes the project’s ProjectHook.Destroy event to occur. After the ProjectHook.Destroy event occurs, the ProjectHook object is released, and then the Project object is released.