[Missing <summary> documentation for "M:CWrapper.CMMCore.getXYPosition(System.String,System.Double@,System.Double@)"]
Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void getXYPosition( string deviceLabel, out double x, out double y ) |
Visual Basic (Declaration) |
---|
Public Sub getXYPosition ( _ deviceLabel As String, _ <OutAttribute> ByRef x As Double, _ <OutAttribute> ByRef y As Double _ ) |
Visual C++ |
---|
public: void getXYPosition( String^ deviceLabel, [OutAttribute] double% x, [OutAttribute] double% y ) |
Parameters
- deviceLabel
- Type: System..::.String
[Missing <param name="deviceLabel"/> documentation for "M:CWrapper.CMMCore.getXYPosition(System.String,System.Double@,System.Double@)"]
- x
- Type:
System..::.Double
%
[Missing <param name="x"/> documentation for "M:CWrapper.CMMCore.getXYPosition(System.String,System.Double@,System.Double@)"]
- y
- Type:
System..::.Double
%
[Missing <param name="y"/> documentation for "M:CWrapper.CMMCore.getXYPosition(System.String,System.Double@,System.Double@)"]