[Missing <summary> documentation for "P:CoreDevices.Devices.XYStage.XYZlocation.y"]

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

Syntax

C#
public double y { get; set; }
Visual Basic (Declaration)
Public Property y As Double
Visual C++
public:
virtual property double y {
	double get () sealed;
	void set (double value) sealed;
}

Implements

IXYZlocationCom..::.y

See Also