Initializes a new instance of the ZStage..::.Zlocation class

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

Syntax

C#
public Zlocation(
	string lName,
	double pos
)
Visual Basic (Declaration)
Public Sub New ( _
	lName As String, _
	pos As Double _
)
Visual C++
public:
Zlocation(
	String^ lName, 
	double pos
)

Parameters

lName
Type: System..::.String

[Missing <param name="lName"/> documentation for "M:CoreDevices.Devices.ZStage.Zlocation.#ctor(System.String,System.Double)"]

pos
Type: System..::.Double

[Missing <param name="pos"/> documentation for "M:CoreDevices.Devices.ZStage.Zlocation.#ctor(System.String,System.Double)"]

See Also