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

GetPlugStripsWithCF Method
Returns Eplan.EplApi.DataModel.EObjects.PlugStrips matching given filter.
Syntax
public PlugStrip[] GetPlugStripsWithCF( 
   ICustomFilter filter
)

Parameters

filter
a custom filter object implementing ICustomFilter

Return Value

* Eplan.EplApi.DataModel.EObjects.PlugStrips matching given custom filter. * all Eplan.EplApi.DataModel.EObjects.PlugStrips when filter is null.
Exceptions
ExceptionDescription
Thrown when internal used query throw exception.
See Also