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

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