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

In This Topic
    ARTICLE_PRESSURE_FULL Property
    In This Topic
    Max. working pressure (full) # 22230.
    Syntax
    public PropertyValue ARTICLE_PRESSURE_FULL {get; set;}
    public:
    property PropertyValue^ ARTICLE_PRESSURE_FULL {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Working pressure with information about the unit. The full value with all decimal places is always stored; the value is not rounded up. This ensures precision is retained when converting to a different unit.

    See Also