Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / TerminalStrip Class / Terminals Property

In This Topic
    Terminals Property (TerminalStrip)
    In This Topic
    Returns all Terminal of the terminal strip.
    Syntax
    public Terminal[] Terminals {get;}
    public:
    property array<Terminal^>^ Terminals {
       array<Terminal^>^ get();
    }
    Exceptions
    ExceptionDescription
    Thrown when terminals of the terminal strip cannot be read from the project.
    See Also