Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_PRODUCTGROUP Property / ARTICLE_PRODUCTGROUP Property

In This Topic
    ARTICLE_PRODUCTGROUP Property
    In This Topic
    Product group # 22041.
    Syntax
    public MDPropertyValue ARTICLE_PRODUCTGROUP {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PRODUCTGROUP {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Outputs the product group entered in parts management on the "Properties" tab > hierarchy level "General" > "Product grouping" property. The parts are sorted according to their product groups (including superseding and subgroups) and displayed in tree format in parts management.

    See Also