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

In This Topic
    ARTICLEREF_SUPPRESSINPARTSLIST(Int32) Property
    In This Topic
    Suppress in bill of materials (if filtered) # 20494. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLEREF_SUPPRESSINPARTSLIST( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLEREF_SUPPRESSINPARTSLIST {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This setting allows suppressing the part reference in the bill of materials by specifying an appropriate filter there.

    See Also