How to add your knowledge
iv_setDocumentSummaryProperty()
Table of contents
- 1. Synopsis
- 2. Syntax
Synopsis
Writes a new value for an existing property that belongs to "Document Summary Information" property set. The property can be identified using either the display name or the internal name. If the property is not found an error is thrown.
Syntax
iv_setDocumentSummaryProperty ( 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 |
Comments