PartDocument.AppearanceAssets Property
Parent Object: PartDocumentDescription
Returns Assets collection object that contains the appearances associated with the document.
Syntax
PartDocument.AppearanceAssets() As AssetsEnumeratorProperty Value
This is a read only property whose value is an AssetsEnumerator.Samples
Name | Description |
Write out all document appearances | This sample writes out information about all of the appearances in the active document. This can be useful when trying to use the API to modify existing appearances by allowing you to easily see what information is available for an appearance. |