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

In This Topic
    ARTICLE_DISASSEMBLE_MODE(Int32) Property
    In This Topic
    Break up in summarized parts list # 22292. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_DISASSEMBLE_MODE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_DISASSEMBLE_MODE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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 is influences.

    0 = From settings

    1 = Always break up

    2 = Never break up

    See Also