Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetBoxedDevicesWithCF Method
a custom filter object implementing ICustomFilter

GetBoxedDevicesWithCF Method
Returns BoxedDevices matching given filter.
Syntax
public BoxedDevice[] GetBoxedDevicesWithCF( 
   ICustomFilter filter
)

Parameters

filter
a custom filter object implementing ICustomFilter

Return Value

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