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

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

    Number of main terminals on the terminal strip (regardless of type).

    See Also