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

In This Topic
    ARTICLE_MODULE_POS_PLACE_SPREADED(Int32) Property
    In This Topic
    Distributed placement of module # 22288. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_MODULE_POS_PLACE_SPREADED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_MODULE_POS_PLACE_SPREADED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Property of a part variant. Controls how a module in placed in EPLAN Pro Panel:

    0 = Place module parts and elements

    1 = Place only module parts

    2 = Place only elements

    See Also