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

In This Topic
    ARTICLE_MOUNTINGSPACE Property
    In This Topic
    Space requirement # 22047.
    Syntax
    public PropertyValue ARTICLE_MOUNTINGSPACE {get; set;}
    public:
    property PropertyValue^ ARTICLE_MOUNTINGSPACE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Double.
    Remarks

    Specify the space requirement of the part here. If values are entered for the properties Width and Height, the space requirement is determined automatically in accordance with the following formula: (w*h) with w = Width and h = Height.

    See Also