DesignProjects.AddExisting Method
Parent Object: DesignProjectsDescription
Method that adds an existing project file to the list of project files. This is equivalent of browsing to a specific ipj file on disk and choosing it in the Projects editor dialog. If the design project is already in the collection, the corresponding DesignProject object is returned.
Syntax
DesignProjects.AddExisting( FullFileName As String ) As DesignProjectParameters
Name | Type | Description |
FullFileName | String | Input String that specifies the full file name of an Inventor project file with an .ipj extension. |