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

In This Topic
    WriteBackConnectionData Method
    In This Topic
    Writes back the data of merged connections to whose corresponding connections
    Syntax
    public static void WriteBackConnectionData( 
       MergedConnection[] arrMergedConnections
    )
    public:
    static void WriteBackConnectionData( 
       array<MergedConnection^>^ arrMergedConnections
    ) 

    Parameters

    arrMergedConnections
    Merged connections to write back data.
    Exceptions
    ExceptionDescription
    Method failed.
    See Also