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

GetHarnesses Method
Returns Eplan.EplApi.DataModel.EObjects.Harnesses matching given filter.
Syntax
public Harness[] GetHarnesses( 
   FunctionsFilter filter
)

Parameters

filter
a FunctionsFilter, can be null

Return Value

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