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

In This Topic
    ARTICLE_WEIGHT_DISPLAY_UNIT(Int32) Property
    In This Topic
    Weight in displayed unit # 22059. This property isn't indexed, and is read-only.
    Syntax
    public MDPropertyValue ARTICLE_WEIGHT_DISPLAY_UNIT( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_WEIGHT_DISPLAY_UNIT {
       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..

    See Also