Share

AssetLibraries.Add Method

Parent Object: AssetLibraries

Description

Method that creates a new asset library. The newly created AssetLibrary object is returned. The library can contain both appearance and material assets.

Syntax

AssetLibraries.Add( FullFileName As String ) As AssetLibrary

Parameters

Name Type Description
FullFileName String The full filename of the library to create. This must be the full path and the filename, including the .adsklib extension. For example: “C:\MyLibs\Acme.adsklib”

Version

Introduced in version 2014

Was this information helpful?