[Missing <summary> documentation for "M:CWrapper.CMMCore.GetStageLimits(System.String,CWrapper.SWIGTYPE_p_double,CWrapper.SWIGTYPE_p_double)"]

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void GetStageLimits(
	string deviceName,
	SWIGTYPE_p_double lower,
	SWIGTYPE_p_double upper
)
Visual Basic (Declaration)
Public Sub GetStageLimits ( _
	deviceName As String, _
	lower As SWIGTYPE_p_double, _
	upper As SWIGTYPE_p_double _
)
Visual C++
public:
void GetStageLimits(
	String^ deviceName, 
	SWIGTYPE_p_double^ lower, 
	SWIGTYPE_p_double^ upper
)

Parameters

deviceName
Type: System..::.String

[Missing <param name="deviceName"/> documentation for "M:CWrapper.CMMCore.GetStageLimits(System.String,CWrapper.SWIGTYPE_p_double,CWrapper.SWIGTYPE_p_double)"]

lower
Type: CWrapper..::.SWIGTYPE_p_double

[Missing <param name="lower"/> documentation for "M:CWrapper.CMMCore.GetStageLimits(System.String,CWrapper.SWIGTYPE_p_double,CWrapper.SWIGTYPE_p_double)"]

upper
Type: CWrapper..::.SWIGTYPE_p_double

[Missing <param name="upper"/> documentation for "M:CWrapper.CMMCore.GetStageLimits(System.String,CWrapper.SWIGTYPE_p_double,CWrapper.SWIGTYPE_p_double)"]

See Also