Eplan Platform API
Eplan.EplApi.DataModel Namespace / MergedFunction Class / MergedFunction Constructor / MergedFunction Constructor(Function)

In This Topic
    MergedFunction Constructor(Function)
    In This Topic
    Constructor. Creates the MergedFunction object and initializes it to cover the function passed as parameter and all the other 'mergable' functions from the device that the input function belongs to.
    Syntax
    public MergedFunction( 
       Function function
    )
    public:
    MergedFunction( 
       Function^ function
    )

    Parameters

    function
    See Also