Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetTerminalStrips Method
A Eplan.EplApi.DataModel.FunctionsFilter, can be NULL

In This Topic
    GetTerminalStrips Method
    In This Topic
    Returns Eplan.EplApi.DataModel.EObjects.TerminalStrips matching the given filter.
    Syntax
    public TerminalStrip[] GetTerminalStrips( 
       FunctionsFilter filter
    )
    public:
    array<TerminalStrip^>^ GetTerminalStrips( 
       FunctionsFilter^ filter
    ) 

    Parameters

    Parameter NameDescription
    filterA Eplan.EplApi.DataModel.FunctionsFilter, can be NULL

    Return Value

    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also