Goto a named location (index by name)

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

Syntax

C#
public void GoToLocation(
	string LocationName
)
Visual Basic (Declaration)
Public Sub GoToLocation ( _
	LocationName As String _
)
Visual C++
public:
virtual void GoToLocation(
	String^ LocationName
) sealed

Parameters

LocationName
Type: System..::.String

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

Implements

IZStageCom..::.GoToLocation(String)

See Also