Removes names processor from list and collapses list

Namespace:  CoreDevices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void RemoveImageProcessor(
	string ProcessorName
)
Visual Basic (Declaration)
Public Sub RemoveImageProcessor ( _
	ProcessorName As String _
)
Visual C++
public:
void RemoveImageProcessor(
	String^ ProcessorName
)

Parameters

ProcessorName
Type: System..::.String

[Missing <param name="ProcessorName"/> documentation for "M:CoreDevices.EasyCoreMat.RemoveImageProcessor(System.String)"]

See Also