Gets the current position of the stage in steps

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

Syntax

C#
public int CurrentPositionSteps()
Visual Basic (Declaration)
Public Function CurrentPositionSteps As Integer
Visual C++
public:
virtual int CurrentPositionSteps() sealed

Return Value

[Missing <returns> documentation for "M:CoreDevices.Devices.ZStage.CurrentPositionSteps"]

Implements

IZStageCom..::.CurrentPositionSteps()()()

See Also