API Help
Eplan.EplApi.DataModel.EObjects Namespace / TerminalStripPropertyList Class / TERMINALSTRIP_COUNTOFTERMINALS Property / TERMINALSTRIP_COUNTOFTERMINALS(Int32) Property

In This Topic
    TERMINALSTRIP_COUNTOFTERMINALS(Int32) Property
    In This Topic
    Terminal strips: Number of terminals # 35006. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue TERMINALSTRIP_COUNTOFTERMINALS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ TERMINALSTRIP_COUNTOFTERMINALS {
       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..

    Quantity of terminals on the terminal strip (independent of type).

    See Also