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

In This Topic
    ARTICLE_VARIANT_DESCRIPTION Property
    In This Topic
    Part variant description # 22887.
    Syntax
    public MDPropertyValue ARTICLE_VARIANT_DESCRIPTION {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_VARIANT_DESCRIPTION {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Describing text for the variant of a part. Since the variant name is limited to up to three characters, you can use this description to differentiate the variants of a part better.

    See Also