HasInputPipe(String)
Does this junction have an INPUT pipe by this name?
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)
Syntax
C#
public bool HasInputPipe( string name )
Parameters
name
Stringname the pipe to check for
Returns
Boolean
Boolean whether an INPUT pipe is registered with that name.