Property.Value Property
Parent Object: PropertyDescription
Gets/Sets the value of this Property.
Syntax
Property.Value() As VariantProperty Value
This is a read/write property whose value is a Variant.Samples
Name | Description |
Using the BOM APIs | This sample demonstrates the Bill of Materials API functionality in assemblies. |
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. |