API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_ARTICLEREF_PARTSLISTGROUP Property / FUNC_ARTICLEREF_PARTSLISTGROUP Property

In This Topic
    FUNC_ARTICLEREF_PARTSLISTGROUP Property
    In This Topic
    Bill of materials group # 20924.
    Syntax
    public PropertyValue FUNC_ARTICLEREF_PARTSLISTGROUP {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLEREF_PARTSLISTGROUP {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 50.

    You can use this property to group the parts data of components, serial machines, etc. and to make these groups visible in the bill of materials navigator. The property can be used for filtering in the bill of materials and 3D mounting layout navigator and is available in the reports for the bill of materials and for editing in tables.

    See Also