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

In This Topic
    SubTerminals Property
    In This Topic
    If this terminal is the main part of a multi-level terminal, this property returns other parts of the multi-level terminal. Otherwise, an empty array is returned.
    Syntax
    public Terminal[] SubTerminals {get;}
    public:
    property array<Terminal^>^ SubTerminals {
       array<Terminal^>^ get();
    }
    Remarks
    Note: Accessing this property may be time consuming in case of main terminals existing on large terminal strips. Consider usage of the Terminal.TerminalStripCache object when accessing this property multiple times on terminals of the same strip.
    See Also