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

In This Topic
    GetPlugStripsWithCF Method
    In This Topic
    Returns Eplan.EplApi.DataModel.EObjects.PlugStrips matching given filter.
    Syntax
    public PlugStrip[] GetPlugStripsWithCF( 
       ICustomFilter filter
    )
    public:
    array<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