Initializes a new instance of the XYStage..::.XYZlocation class

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

Syntax

C#
public XYZlocation(
	string lName,
	double posX,
	double posY,
	double posZ
)
Visual Basic (Declaration)
Public Sub New ( _
	lName As String, _
	posX As Double, _
	posY As Double, _
	posZ As Double _
)
Visual C++
public:
XYZlocation(
	String^ lName, 
	double posX, 
	double posY, 
	double posZ
)

Parameters

lName
Type: System..::.String

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

posX
Type: System..::.Double

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

posY
Type: System..::.Double

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

posZ
Type: System..::.Double

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

See Also