Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetFunctions3D Method
A Eplan.EplApi.DataModel.Functions3DFilter, can be NULL

In This Topic
    GetFunctions3D Method
    In This Topic
    Returns Eplan.EplApi.DataModel.E3D.Function3Ds matching the given filter.
    Syntax
    public Function3D[] GetFunctions3D( 
       Functions3DFilter filter
    )
    public:
    array<Function3D^>^ GetFunctions3D( 
       Functions3DFilter^ filter
    ) 

    Parameters

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

    Return Value

    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    Remarks
    • The result does not contain Eplan.EplApi.DataModel.E3D.InstallationSpace.
    • To get all objects of specific Function3D class please use the GetAll<T> method.
    See Also