API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_PRODUCTTOPGROUP Property / ARTICLE_PRODUCTTOPGROUP(Int32) Property

In This Topic
    ARTICLE_PRODUCTTOPGROUP(Int32) Property
    In This Topic
    Generic product group # 22138. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_PRODUCTTOPGROUP( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PRODUCTTOPGROUP {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Outputs the generic product group 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