Initializes a new instance of the FilterWheel class

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

Syntax

C#
public FilterWheel(
	EasyCore ECore,
	string DeviceLabel
)
Visual Basic (Declaration)
Public Sub New ( _
	ECore As EasyCore, _
	DeviceLabel As String _
)
Visual C++
public:
FilterWheel(
	EasyCore^ ECore, 
	String^ DeviceLabel
)

Parameters

ECore
Type: CoreDevices..::.EasyCore

[Missing <param name="ECore"/> documentation for "M:CoreDevices.Devices.FilterWheel.#ctor(CoreDevices.EasyCore,System.String)"]

DeviceLabel
Type: System..::.String

[Missing <param name="DeviceLabel"/> documentation for "M:CoreDevices.Devices.FilterWheel.#ctor(CoreDevices.EasyCore,System.String)"]

See Also