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

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

    See Also