RemovePipe(String)

Remove the pipe with this name if it is registered.
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)

Syntax

C#
public void RemovePipe(
	string name
	)

Parameters

nameString
name the pipe to remove

Remarks

NOTE: You cannot have an INPUT pipe and an OUTPUT pipe registered with the same name. All pipe names must be unique regardless of type.