[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getXYPosition(System.String,System.Double@,System.Double@)"]

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

Syntax

C#
void getXYPosition(
	string deviceName,
	out double x,
	out double y
)
Visual Basic (Declaration)
Sub getXYPosition ( _
	deviceName As String, _
	<OutAttribute> ByRef x As Double, _
	<OutAttribute> ByRef y As Double _
)
Visual C++
void getXYPosition(
	String^ deviceName, 
	[OutAttribute] double% x, 
	[OutAttribute] double% y
)

Parameters

deviceName
Type: System..::.String

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

x
Type: System..::.Double %

[Missing <param name="x"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getXYPosition(System.String,System.Double@,System.Double@)"]

y
Type: System..::.Double %

[Missing <param name="y"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getXYPosition(System.String,System.Double@,System.Double@)"]

See Also