How to add your knowledge
IvExtSetPropertyValueByPropertyName()
Table of contents
- 1. Synopsis
- 2. Syntax
Synopsis
Sets the iProperty value for the given Intent Part. iProperty with the asked name should exist.
Syntax
IvExtSetPropertyValueByPropertyName ( prt As Part, _
propertySetName As String, _
propertyName As String, _
propertyValue As Any ) As Boolean | Argument | Type | Description |
|---|
| prt | part | Occurrence or document |
| propertySetName | string | Ignored |
| propertyName | string | iProperty Name |
| propertyValue | any | String, Boolean, Number, or Integer value |
Comments