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

GetPlugsWithCF Method
Returns Eplan.EplApi.DataModel.EObjects.Plugs matching given filter.
Syntax
public Plug[] GetPlugsWithCF( 
   ICustomFilter filter
)

Parameters

filter
a custom filter object implementing ICustomFilter

Return Value

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