DrawingDocument.PropertySets Property
Parent Object: DrawingDocumentDescription
Gets the Property Sets object that controls the file's published-format properties.
Syntax
DrawingDocument.PropertySets() As PropertySetsProperty Value
This is a read only property whose value is a PropertySets.Samples
Name | Description |
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. |