Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_PRESSURELEVEL Property / ARTICLE_PRESSURELEVEL Property

In This Topic
    ARTICLE_PRESSURELEVEL Property
    In This Topic
    Nominal pressure level # 22226.
    Syntax
    public MDPropertyValue ARTICLE_PRESSURELEVEL {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PRESSURELEVEL {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. The nominal pressure of a pipe system specifies a reference value. The designation PN ("Pressure Nominal") is used, followed by a whole number without dimensions that indicates the design pressure in bar at room temperature (20° C). The permissible pressure is correspondingly smaller at higher temperatures, depending on the permissible material characteristics (yield point).

    See Also