API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_ATTRIBUTE_VALUE Property / ARTICLE_ATTRIBUTE_VALUE Property

In This Topic
    ARTICLE_ATTRIBUTE_VALUE Property
    In This Topic
    Attributes # 22051.
    Syntax
    public MDPropertyValue ARTICLE_ATTRIBUTE_VALUE {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_ATTRIBUTE_VALUE {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 100.

    Shows the values of the attributes indicated which have been assigned to the part in parts management on the "Attributes" tab. Attributes are independent of the part type and identical for all variants of a part.

    See Also