Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_DISASSEMBLE3_MODE Property / ARTICLE_DISASSEMBLE3_MODE Property

In This Topic
    ARTICLE_DISASSEMBLE3_MODE Property
    In This Topic
    Break up in summarized parts list (manufacturing data) # 22417.
    Syntax
    public PropertyValue ARTICLE_DISASSEMBLE3_MODE {get; set;}
    public:
    property PropertyValue^ ARTICLE_DISASSEMBLE3_MODE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Through this property the behavior during the breaking up of assemblies and modules in the summarized parts list (manufacturing data export) can be influenced.

    0 = From settings

    1 = Always break up

    2 = Never break up

    See Also