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

In This Topic
    GetFunctions(FunctionsFilter) Method
    In This Topic
    Returns Eplan.EplApi.DataModel.Functions matching the given filter.
    Syntax
    public Function[] GetFunctions( 
       FunctionsFilter filter
    )
    public:
    array<Function^>^ GetFunctions( 
       FunctionsFilter^ filter
    ) 

    Parameters

    filter
    A Eplan.EplApi.DataModel.FunctionsFilter, can be NULL

    Return Value

    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    Remarks
    • The result does not contain Eplan.EplApi.DataModel.ConnectionDefinitionPoints.
    • 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