API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetFunctions Method / GetFunctions(FunctionsFilter,Boolean) Method
a FunctionsFilter, can be null
defines, if text="Eplan.EplApi.DataModel.ConnectionDefinitionPoint"/>s should be found, too

In This Topic
    GetFunctions(FunctionsFilter,Boolean) Method
    In This Topic
    Returns Functions matching given filter. If "bWithConnectionDefinitionPoints" is true, returns ConnectionDefinitionPoints matching given filter, too.
    Syntax

    Parameters

    filter
    a FunctionsFilter, can be null
    bWithConnectionDefinitionPoints
    defines, if text="Eplan.EplApi.DataModel.ConnectionDefinitionPoint"/>s should be found, too

    Return Value

    * Functions and (if "bWithConnectionDefinitionPoints" is true) ConnectionDefinitionPoints matching given FunctionsFilter. * all Functions and (if "bWithConnectionDefinitionPoints" is true) ConnectionDefinitionPoints when filter is null.
    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    See Also