API Help
Eplan.EplApi.DataModel Namespace / MergedFunction Class / Create Method / Create(Function3D) Method
Function 3D object from which merged function will be created.

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

    Parameters

    pFunction3D
    Function 3D object from which merged function will be created.
    Exceptions
    ExceptionDescription
    Thrown when parameter is null.
    Thrown when the function 3D is not valid.
    Thrown when the function 3D 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