Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetHarnessesWithCF Method
A custom filter object implementing the Eplan.EplApi.DataModel.ICustomFilter interface

In This Topic
    GetHarnessesWithCF Method
    In This Topic
    Returns Eplan.EplApi.DataModel.EObjects.Harnesses matching the given filter.
    Syntax
    public Harness[] GetHarnessesWithCF( 
       ICustomFilter filter
    )
    public:
    array<Harness^>^ GetHarnessesWithCF( 
       ICustomFilter^ filter
    ) 

    Parameters

    filter
    A custom filter object implementing the Eplan.EplApi.DataModel.ICustomFilter interface

    Return Value

    Eplan.EplApi.DataModel.EObjects.Harnesses matching the given custom filter
    • All Eplan.EplApi.DataModel.EObjects.Harnesses if the filter is NULL
    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also