Eplan Platform API
Eplan.EplApi.HEServices Namespace / MergeDataService Class / WriteBackFunctionData Method
Merged functions to write back data.

In This Topic
    WriteBackFunctionData Method
    In This Topic
    Writes back the data of merged functions to whose corresponding functions
    Syntax
    public static void WriteBackFunctionData( 
       MergedFunction[] arrMergedFunctions
    )
    public:
    static void WriteBackFunctionData( 
       array<MergedFunction^>^ arrMergedFunctions
    ) 

    Parameters

    arrMergedFunctions
    Merged functions to write back data.
    Exceptions
    ExceptionDescription
    Method failed.
    See Also