HasOutputPipe(String)

Does this junction have an OUTPUT pipe by this name?
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)

Syntax

C#
public bool HasOutputPipe(
	string name
	)

Parameters

nameString
name the pipe to check for

Returns

Boolean
Boolean whether an OUTPUT pipe is registered with that name.