Share

DesignProjects.ItemByName Property

Parent Object: DesignProjects

Description

Returns the specified DesignProject object from the collection.

Syntax

DesignProjects.ItemByName( NameOrFileName As String ) As DesignProject

Property Value

This is a read only property whose value is a DesignProject.

Parameters

Name Type Description
NameOrFileName String Input String that specifies either the FullFileName or the Name of the design project to return.

Samples

Name Description
Set active project The following sample demonstrates the activation of an Inventor project.

Version

Introduced in version 2011

Was this information helpful?