ConnectInput(IPipeFitting)
Connect an input IPipeFitting.
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)
Syntax
C#
public bool ConnectInput( IPipeFitting input )
Parameters
input
IPipeFittingthe IPipeFitting to connect for input.
Returns
Boolean
true if pipe connected successfully
Remarks
NOTE: You can connect as many inputs as you want by calling this method repeatedly.