AssetLibrary.AppearanceAssets Property
Parent Object: AssetLibraryDescription
Gets an Assets collection which provides access to all of the appearance assets in this library.
Syntax
AssetLibrary.AppearanceAssets() As AssetsEnumeratorProperty Value
This is a read only property whose value is an AssetsEnumerator.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. |
Set the appearance of an occurrence. | Sets the appearance of a selected occurrence in an assembly. |