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

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

Syntax

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

Parameters

label
Type: System..::.String

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

Return Value

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

See Also