Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_SUPPRESSINPARTSLIST Property / ARTICLE_SUPPRESSINPARTSLIST Property

In This Topic
    ARTICLE_SUPPRESSINPARTSLIST Property
    In This Topic
    Suppress in bill of materials # 22886.
    Syntax
    public PropertyValue ARTICLE_SUPPRESSINPARTSLIST {get; set;}
    public:
    property PropertyValue^ ARTICLE_SUPPRESSINPARTSLIST {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    If this property is activated, the part is suppressed in the bill of materials. A part identified in this way is neither displayed in the bill of materials navigator nor output in the corresponding part assemblies or via the interfaces for manufacturing data. This part cannot be ordered, but it can be a component of a module or an assembly (for example a plug in a prefabricated cable, where the plug is permanently connected to the cable).

    See Also