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