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

In This Topic
    DistributedTerminals Property
    In This Topic
    Returns a all distributed terminals associated with this distributed terminal. Returns empty array for non-distributed terminal.
    Syntax
    public Terminal[] DistributedTerminals {get;}
    public:
    property array<Terminal^>^ DistributedTerminals {
       array<Terminal^>^ get();
    }
    See Also