TeeMerge(IPipeFitting, IPipeFitting)

Constructor.
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)

Syntax

C#
public TeeMerge(
	IPipeFitting input1,
	IPipeFitting input2
	)

Parameters

Input pipe
Input pipe

Remarks

Create the TeeMerge and the two optional constructor inputs. This is the most common configuration, though you can connect as many inputs as necessary by calling connectInputrepeatedly.

Connect the single output fitting normally by calling the connect method, as you would with any other IPipeFitting.