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

In This Topic
    Create(Function) Method
    In This Topic
    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.
    Syntax
    public void Create( 
       Function funcIn
    )
    public:
    void Create( 
       Function^ funcIn
    ) 

    Parameters

    funcIn
    Exceptions
    ExceptionDescription
    Thrown when function is null.
    Thrown when the function is not valid.
    Thrown when the function can not be merged.
    Thrown when the merged function has already been created.
    Remarks
    Functions with empty names are unmergable. Only functions with specific placement types can be merged. Placement types of mergable functions are returned by DocumentTypeManager.GetFctDocTypesToMerge() method
    See Also