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

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

    Parameters

    filter
    a Functions3DFilter, can be null

    Return Value

    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    Remarks
    The result does not contain Eplan.EplApi.DataModel.E3D.InstallationSpace.

    To get all objects of specific Function3D class please use GetAll<T> method.
    See Also