API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / CABLE_COUNTOFUSEDWIRES_MANUAL Property / CABLE_COUNTOFUSEDWIRES_MANUAL(Int32) Property

In This Topic
    CABLE_COUNTOFUSEDWIRES_MANUAL(Int32) Property
    In This Topic
    Number of connections used (single-line cables) # 35109. This property isn't indexed.
    Syntax
    public PropertyValue CABLE_COUNTOFUSEDWIRES_MANUAL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLE_COUNTOFUSEDWIRES_MANUAL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Manually entered number of used cable connections for single-line cables and shields.

    See Also