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