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

In This Topic
    CONNECTION_WIRECROSSSECTION_UNIT(Int32) Property
    In This Topic
    Unit for connection cross-section / diameter # 31059. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_WIRECROSSSECTION_UNIT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_WIRECROSSSECTION_UNIT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Units of the connection cross-section or diameter. Possible values are:

    0 = As in project

    1 = mm²

    2 = sqmm

    3 = AWG

    4 = mm

    5 = KCM

    6 = MCM

    7 = Zoll

    8 = "

    9 = inch

    10 = µm

    11 = kcmil

    12 = µm².

    See Also