Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_ATTRIBUTE_VALUE Property / ARTICLE_ATTRIBUTE_VALUE(Int32) Property

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

    Parameters

    index

    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