API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetBoxedDevices Method
a FunctionsFilter, can be null

In This Topic
    GetBoxedDevices Method
    In This Topic
    Returns BoxedDevices matching given filter.
    Syntax
    public BoxedDevice[] GetBoxedDevices( 
       FunctionsFilter filter
    )
    public:
    array<BoxedDevice^>^ GetBoxedDevices( 
       FunctionsFilter^ filter
    ) 

    Parameters

    filter
    a FunctionsFilter, can be null

    Return Value

    * BoxedDevices matching given FunctionsFilter. * all BoxedDevices when filter is null.
    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    See Also