API Help
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLE_PRODUCTSUBGROUP Property / ARTICLE_PRODUCTSUBGROUP(Int32) Property

In This Topic
    ARTICLE_PRODUCTSUBGROUP(Int32) Property
    In This Topic
    Product subgroup # 22028. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_PRODUCTSUBGROUP( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_PRODUCTSUBGROUP {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Outputs the product subgroup entered in parts management on the "General" tab. The parts are sorted according to their product groups (including superseding and subgroups) and displayed in tree format in parts management.

    See Also