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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Length of a connection with information about the unit. The full value with all decimal places is always stored; the value is not rounded up. This ensures precision is retained when converting to a different unit.

    See Also