Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / TerminalStrips Property

In This Topic
    TerminalStrips Property
    In This Topic
    Returns all Eplan.EplApi.DataModel.EObjects.TerminalStrips placed on the page. If the filter was set up, returns Eplan.EplApi.DataModel.EObjects.TerminalStrips matching the filter.
    Syntax
    public TerminalStrip[] TerminalStrips {get;}
    public:
    property array<TerminalStrip^>^ TerminalStrips {
       array<TerminalStrip^>^ get();
    }

    Property Value

    Eplan.EplApi.DataModel.EObjects.TerminalStrips placed on the page. If the filter was set up, returns Eplan.EplApi.DataModel.EObjects.TerminalStrips on the page.
    Exceptions
    ExceptionDescription
    Thrown when the page is transient.
    See Also