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

In This Topic
    TerminalAccessories Property
    In This Topic
    Returns all TerminalAccessory assigned to the terminal strip.
    Syntax
    public TerminalAccessory[] TerminalAccessories {get;}
    public:
    property array<TerminalAccessory^>^ TerminalAccessories {
       array<TerminalAccessory^>^ get();
    }
    Exceptions
    ExceptionDescription
    Thrown when the information cannot be read from the project.
    See Also