How to add your knowledge

iv_MaterialNames()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax

    Synopsis

    Returns the list of material names available for the part. Optional filter may contain the substring in the material names that must be matched.

    Syntax

    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 "*"