API Help
Eplan.EplApi.DataModel Namespace / MergedFunction Class / Create Method

In This Topic
    Create Method (MergedFunction)
    In This Topic
    Initializes the MergedFunction object to cover the functions passed in the array parameter. If the functions cannot be merged together into one merged function an exception is thrown. Functions, generally, cannot be merged together if they belong to different devices or they are of different categories. To be merged, they have to represent the same functional part of the device.
    Overload List
    OverloadDescription
    Initializes the MergedFunction object to cover the functions passed in the array parameter. If the functions cannot be merged together into one merged function an exception is thrown. Functions, generally, cannot be merged together if they belong to different devices or they are of different categories. To be merged, they have to represent the same functional part of the device.  
    Initializes the MergedFunction object to cover the functions passed in the array parameter. If the functions cannot be merged together into one merged function an exception is thrown. Functions, generally, cannot be merged together if they belong to different devices or they are of different categories. To be merged, they have to represent the same functional part of the device.  
    Initializes the merged function to cover the function 3D passed as parameter and all the other 'mergable' functions from the device that the input function 3D belongs to. 'Mergable' in this context means, generally, representing the same functional part of the device.  
    Initializes the merged function to cover the function passed as parameter and all the other 'mergable' functions from the device that the input function belongs to. 'Mergable' in this context means, generally, representing the same functional part of the device.  
    See Also