Share

ProjectAssetLibraries Object


Description

The ProjectAssetLibraries collection object provides access to the list of material and appearance libraries associated with a project. Through the collection object you can add additional materials or appearances and access the specific library references.

Methods

Name Description
Add Method that adds a reference to a material library to the project.

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.
Count Gets the number of items in this collection.
Item Returns the specified ProjectAssetLibrary object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

DesignProject.AppearanceLibraries, DesignProject.MaterialLibraries

Version

Introduced in version 2014

Was this information helpful?