DesignProject.Activate Method
Parent Object: DesignProjectDescription
Method that activates the DesignProject. This requires all the documents to be closed in Inventor.
Syntax
DesignProject.Activate( [SetAsDefaultProject] As Boolean )Parameters
Name | Type | Description |
SetAsDefaultProject | Boolean | Optional input Boolean that specifies whether this project should be set as the default project for the next session of Inventor and Apprentice. If not specified, a value of True is used indicating the this project will be set as the default. This is an optional argument whose default value is True. |
Samples
Name | Description |
Set active project | The following sample demonstrates the activation of an Inventor project. |