API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetHarnesses Method
a FunctionsFilter, can be null

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

    Parameters

    filter
    a FunctionsFilter, can be null

    Return Value

    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    See Also