Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_VARIANT Property / ARTICLE_VARIANT Property

In This Topic
    ARTICLE_VARIANT Property
    In This Topic
    Variant # 22024.
    Syntax
    public MDPropertyValue ARTICLE_VARIANT {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_VARIANT {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ 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