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

GetCableUnits Method
Returns Eplan.EplApi.DataModel.EObjects.CableUnites matching given filter.
Syntax
public CableUnit[] GetCableUnits( 
   FunctionsFilter filter
)

Parameters

filter
a FunctionsFilter, can be null

Return Value

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