Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetFunctions Method / GetFunctions(FunctionsFilter,Functions3DFilter) Method
A Eplan.EplApi.DataModel.FunctionsFilter, can be NULL
A Functions3DFilter, can be NULL

In This Topic
    GetFunctions(FunctionsFilter,Functions3DFilter) Method
    In This Topic
    Returns array of 2D and 3D Functions matching the given filter.
    Syntax

    Parameters

    functionsFilter
    A Eplan.EplApi.DataModel.FunctionsFilter, can be NULL
    function3DFilter
    A Functions3DFilter, can be NULL

    Return Value

    • Array of Functions matching the given Eplan.EplApi.DataModel.FunctionsFilter or Functions3DFilter.
    • All Functions if the filter is NULL
    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    Remarks
    • The result does not contain Eplan.EplApi.DataModel.ConnectionDefinitionPoints. and Eplan.EplApi.DataModel.E3D.InstallationSpace.
    • Functions where the Eplan.EplApi.DataModel.DocumentTypeManager.DocumentType has the value "External" or "Graphics" are ignored. In GUI, this corresponds to the Representation type values "External" and "Graphic".
    See Also