Go to a named location (index by number)

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

Syntax

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

Parameters

LocationNumber
Type: System..::.Int32

[Missing <param name="LocationNumber"/> documentation for "M:CoreDevices.Devices.ZStage.GoToLocation(System.Int32)"]

Implements

IZStageCom..::.GoToLocation(Int32)

See Also