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

In This Topic
    CONNECTION_WIRENUMBER(Int32) Property
    In This Topic
    Connection color / number # 31004. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_WIRENUMBER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_WIRENUMBER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Color or number of the connection, this property identifies the connection. This property is automatically filled by the connection numbering process.

    See Also