Document.PropertySets Property
Parent Object: DocumentDescription
Gets the Property Sets object that controls the file's published-format properties.
Syntax
Document.PropertySets() As PropertySetsProperty Value
This is a read only property whose value is a PropertySets.Samples
Name | Description |
Using the BOM APIs | This sample demonstrates the Bill of Materials API functionality in assemblies. |
Create custom iProperties | Creates custom iProperties of various types. A document must be open when this sample is run. |
Get value of iProperty | Demonstrates getting the values of the "Part Number" iProperty. Any property can be retrieved by accesing the correct property set and property. A document must be open when this sample is run. |