DesignProjectManager.ActiveDesignProject Property
Parent Object: DesignProjectManagerDescription
Property that returns the currently active design project. Use DesignProject.Activate method to activate a project.
Syntax
DesignProjectManager.ActiveDesignProject() As DesignProjectProperty Value
This is a read only property whose value is a DesignProject.Samples
Name | Description |
Set active project | The following sample demonstrates the activation of an Inventor project. |
Query and create library paths | The following sample demonstrates querying existing library paths associated with a project and adding a new library path. |