Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_MLWIRENUMBER Property / CONNECTION_MLWIRENUMBER Property

In This Topic
    CONNECTION_MLWIRENUMBER Property
    In This Topic
    Connection: Color (multilingual) # 31061.
    Syntax
    public PropertyValue CONNECTION_MLWIRENUMBER {get; set;}
    public:
    property PropertyValue^ CONNECTION_MLWIRENUMBER {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

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

    This property is read-only..

    Stores the connection color as a multilingual text. The color code is taken from the "Connection color / number" property (or the "Color / number" field of the property dialog) and is assigned to a color corresponding to the assignment table in the project settings. It is case-sensitive. The property is automatically updated with every change to the connection color / number.

    See Also