Allows you to change the order of processor steps

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

Syntax

C#
public void InsertImageProcessor(
	int index,
	string ProcessorName,
	ImageProcessorStep ProcessorStep
)
Visual Basic (Declaration)
Public Sub InsertImageProcessor ( _
	index As Integer, _
	ProcessorName As String, _
	ProcessorStep As ImageProcessorStep _
)
Visual C++
public:
virtual void InsertImageProcessor(
	int index, 
	String^ ProcessorName, 
	ImageProcessorStep^ ProcessorStep
) sealed

Parameters

index
Type: System..::.Int32

[Missing <param name="index"/> documentation for "M:CoreDevices.EasyCore.InsertImageProcessor(System.Int32,System.String,CoreDevices.ImageProcessorStep)"]

ProcessorName
Type: System..::.String

[Missing <param name="ProcessorName"/> documentation for "M:CoreDevices.EasyCore.InsertImageProcessor(System.Int32,System.String,CoreDevices.ImageProcessorStep)"]

ProcessorStep
Type: CoreDevices..::.ImageProcessorStep

[Missing <param name="ProcessorStep"/> documentation for "M:CoreDevices.EasyCore.InsertImageProcessor(System.Int32,System.String,CoreDevices.ImageProcessorStep)"]

Implements

IEasyCoreCom..::.InsertImageProcessor(Int32, String, ImageProcessorStep)

See Also