PropertySet.Item Property
Parent Object: PropertySetDescription
Gets the Property given either its name or its sequential index.
Syntax
PropertySet.Item( Index As Variant ) As PropertyProperty Value
This is a read only property whose value is a Property.Parameters
Name | Type | Description |
Index | Variant | Input Variant value that specifies the index of the Property to return. |
Samples
Name | Description |
Update iProperty values using Apprentice | Updates some iProperty values using Apprentice. The document specified in the code for the Open method must exist. |
Create or update custom iProperty | This example creates a custom iProperty if it doesn't exist and updates the value if it does already exist. A part document must be open before runnin the sample. |
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. |