AssetCategory.DisplayName Property
Parent Object: AssetCategoryDescription
Gets and sets the name of this category as seen in the Material or Appearance Browser.
Syntax
AssetCategory.DisplayName() As StringProperty Value
This is a read/write property whose value is a String.Samples
Name | Description |
Write out all appearance information to a file. | This sample writes out information about all of the appearances in all libraries. This can be useful when trying to use the API to modify existing appearances by allowing to easily see what information is available for an appearance. |
Write out all materials to a file. | This sample writes out information about all of the materials in all libraries. This can be useful when trying to use the API to modify existing materials by allowing to easily see what information is available for a material. |