Sets the position of the stage relative to its current position

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

Syntax

C#
public void SetPositionRelative(
	double ZChange_Um
)
Visual Basic (Declaration)
Public Sub SetPositionRelative ( _
	ZChange_Um As Double _
)
Visual C++
public:
virtual void SetPositionRelative(
	double ZChange_Um
) sealed

Parameters

ZChange_Um
Type: System..::.Double

[Missing <param name="ZChange_Um"/> documentation for "M:CoreDevices.Devices.ZStage.SetPositionRelative(System.Double)"]

Implements

IZStageCom..::.SetPositionRelative(Double)

See Also