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

In This Topic
    TerminalStrip Property
    In This Topic
    Returns TerminalStrip the Terminal belongs to.
    Syntax
    public TerminalStrip TerminalStrip {get;}
    public:
    property TerminalStrip^ TerminalStrip {
       TerminalStrip^ get();
    }
    Exceptions
    ExceptionDescription
    The TerminalStrip for this Terminal cannot be found.
    Thrown when the terminal is not related to TerminalStrip, but to a PLC
    See Also