Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPointsInfoPropertyList 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 PropertyValue ARTICLE_ATTRIBUTE_VALUE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_ATTRIBUTE_VALUE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

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

    Shows indexed the values of the attributes which have been assigned to a part variant in the parts management on the "Properties" > "Data" hierarchy level tab. Attributes are independent of the part type.

    See Also