Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_VARIANT Property / ARTICLE_VARIANT Property

In This Topic
    ARTICLE_VARIANT Property
    In This Topic
    Variant # 22024.
    Syntax
    public PropertyValue ARTICLE_VARIANT {get; set;}
    public:
    property PropertyValue^ ARTICLE_VARIANT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. Shows the designation of the variant. A part always has at least one variant. By default, the variant designation "1" is assigned to the first variant of each part.

    See Also