Share

DesignProjectManager.ActiveDesignProject Property

Parent Object: DesignProjectManager

Description

Property that returns the currently active design project. Use DesignProject.Activate method to activate a project.

Syntax

DesignProjectManager.ActiveDesignProject() As DesignProject

Property 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.

Version

Introduced in version 2011

Was this information helpful?