Returns the list of material names available for the part . Optional filter may contain the substring in the material names that must be matched.
iv_MaterialNames ( part As Part, _
Optional filter As String = "*" ) As List
| Argument | Type | Description |
|---|---|---|
| Part | part | Inventor component whose material names are sought |
| filter | string | Optional; the substring that must be matched by each material name; default is "*" |