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

GetBoxedDevices Method
Returns BoxedDevices matching given filter.
Syntax
public 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