AssetLibraries.Add Method
Parent Object: AssetLibrariesDescription
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 AssetLibraryParameters
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” |