Allows you to go to a index stop

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

Syntax

C#
public void GoToStop(
	int StopNumber
)
Visual Basic (Declaration)
Public Sub GoToStop ( _
	StopNumber As Integer _
)
Visual C++
public:
virtual void GoToStop(
	int StopNumber
) sealed

Parameters

StopNumber
Type: System..::.Int32

[Missing <param name="StopNumber"/> documentation for "M:CoreDevices.Devices.FilterWheel.GoToStop(System.Int32)"]

Implements

IFilterWheelCom..::.GoToStop(Int32)

See Also