API Help
Eplan.EplApi.DataModel.EObjects Namespace / CablePropertyList Class / CABLE_COUNTOFNORMALWIRES Property / CABLE_COUNTOFNORMALWIRES(Int32) Property

In This Topic
    CABLE_COUNTOFNORMALWIRES(Int32) Property
    In This Topic
    Cables: Number of general connections # 35105. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CABLE_COUNTOFNORMALWIRES( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLE_COUNTOFNORMALWIRES {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Total number of connections in the cable that are not N, PE or PEN conductors.

    See Also