API Help
Eplan.EplApi.DataModel Namespace / MergedConnection Class / CreateMergedConnections Method

In This Topic
CreateMergedConnections Method
In This Topic
Returns an array of MergedConnection objects created from the connections passed in the array parameter. connections that belong to representing the same corresponding connections with different placement types are merged together into one merged connection in the output vector.
Syntax
public static MergedConnection[] CreateMergedConnections( 
   Connection[] connections
)

Parameters

connections

Return Value

An array of merged connections for the given connections.
See Also