Writes a new value for an existing property that belongs to "User Defined Properties" property set. The property can be specified using either the display name or the internal name. If a property was not found a new property is added to the property set.
iv_setCustomProperty ( Part As Part, _
PropertyName As String, _
value As Any ) As Boolean
| Argument | Type | Description |
|---|---|---|
| Part | part | Inventor component whose document property is written |
| PropertyName | string | Name of property |
| Value | any | Value of property |