API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_PRESSURE_FULL Property / ARTICLE_PRESSURE_FULL(Int32) Property

In This Topic
    ARTICLE_PRESSURE_FULL(Int32) Property
    In This Topic
    Max. working pressure (full) # 22230. This property isn't indexed, and is read-only.
    Syntax
    public MDPropertyValue ARTICLE_PRESSURE_FULL( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PRESSURE_FULL {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    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