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

In This Topic
    ARTICLE_WEIGHT_FULL Property
    In This Topic
    Weight (full) # 22233.
    Syntax
    public MDPropertyValue ARTICLE_WEIGHT_FULL {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_WEIGHT_FULL {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Weight 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