[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getPosition(System.String)"]

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

Syntax

C#
double getPosition(
	string deviceName
)
Visual Basic (Declaration)
Function getPosition ( _
	deviceName As String _
) As Double
Visual C++
double getPosition(
	String^ deviceName
)

Parameters

deviceName
Type: System..::.String

[Missing <param name="deviceName"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getPosition(System.String)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getPosition(System.String)"]

See Also