Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_ARTICLE_SUPPRESSINPARTSLIST Property / FUNC_ARTICLE_SUPPRESSINPARTSLIST(Int32) Property

In This Topic
    FUNC_ARTICLE_SUPPRESSINPARTSLIST(Int32) Property
    In This Topic
    Suppress in bill of materials (if filtered) # 20105.
    Syntax
    public PropertyValue FUNC_ARTICLE_SUPPRESSINPARTSLIST( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_SUPPRESSINPARTSLIST {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Property is indexed. Possible indexes are from 1 to 50.

    This setting allows suppressing the part reference in the bill of materials by specifying an appropriate filter there. A max. of 50 parts references are reported.

    See Also