API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_MLWIRENUMBER Property / CONNECTION_MLWIRENUMBER(Int32) Property

In This Topic
    CONNECTION_MLWIRENUMBER(Int32) Property
    In This Topic
    Connection: Color (multilingual) # 31061. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CONNECTION_MLWIRENUMBER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_MLWIRENUMBER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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