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

In This Topic
    Terminals Property (Terminal.Bridge)
    In This Topic
    An array of all terminals that the bridge connects.
    Syntax
    public Terminal[] Terminals {get;}
    public:
    property array<Terminal^>^ Terminals {
       array<Terminal^>^ get();
    }
    See Also