API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_GROUPNUMBER Property / ARTICLE_GROUPNUMBER(Int32) Property

In This Topic
    ARTICLE_GROUPNUMBER(Int32) Property
    In This Topic
    Group number # 22044. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_GROUPNUMBER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_GROUPNUMBER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Outputs the group number entered in parts management on the "Technical data" tab. The group number is used to differentiate between individual parts groups.

    See Also