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

In This Topic
    CONNECTION_WIRELENGTH(Int32) Property
    In This Topic
    Connection: Length with unit # 31003. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_WIRELENGTH( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_WIRELENGTH {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Length of a connection. When you enter a unit here, this takes priority before the unit of length is specified in the project settings.

    See Also