Share

ProjectAssetLibrary Object


Description

The ProjectAssetLibrary object represents a reference in this project to a material or appearance library.

Methods

Name Description
Activate

Method that activates this material or appearance library.

The user can override this and specify another library as the currently active library using the check boxes at the bottom of the material drop-down, as shown below, which will not change the project settings.

Delete Method that deletes this library reference from the collection.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
LibraryFilename Read-only property that returns the full filename of the library file.
Name Read-only property that returns the name of the library. This is the name displayed in the Projects dialog.
Parent Read-only property that returns the parent DesignProject object.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

DesignProject.ActiveAppearanceLibrary, DesignProject.ActiveMaterialLibrary, ProjectAssetLibraries.Add, ProjectAssetLibraries.Item

Version

Introduced in version 2014

Was this information helpful?