Share

DrawingDocument.PropertySets Property

Parent Object: DrawingDocument

Description

Gets the Property Sets object that controls the file's published-format properties.

Syntax

DrawingDocument.PropertySets() As PropertySets

Property 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.

Version

Introduced in version 4

Was this information helpful?