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

In This Topic
    ARTICLE_COLOR Property
    In This Topic
    Color # 22080.
    Syntax
    public MDPropertyValue ARTICLE_COLOR {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_COLOR {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

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

    Property of a part variant. This property is available for terminals and wires and is used to show the color of the terminal or the wire.

    See Also