[Missing <summary> documentation for "M:CWrapper.CMMCore.startSequenceAcquisition(System.String,System.Int32,System.Double,System.Boolean)"]

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

Syntax

C#
public void startSequenceAcquisition(
	string cameraLabel,
	int numImages,
	double intervalMs,
	bool stopOnOverflow
)
Visual Basic (Declaration)
Public Sub startSequenceAcquisition ( _
	cameraLabel As String, _
	numImages As Integer, _
	intervalMs As Double, _
	stopOnOverflow As Boolean _
)
Visual C++
public:
void startSequenceAcquisition(
	String^ cameraLabel, 
	int numImages, 
	double intervalMs, 
	bool stopOnOverflow
)

Parameters

cameraLabel
Type: System..::.String

[Missing <param name="cameraLabel"/> documentation for "M:CWrapper.CMMCore.startSequenceAcquisition(System.String,System.Int32,System.Double,System.Boolean)"]

numImages
Type: System..::.Int32

[Missing <param name="numImages"/> documentation for "M:CWrapper.CMMCore.startSequenceAcquisition(System.String,System.Int32,System.Double,System.Boolean)"]

intervalMs
Type: System..::.Double

[Missing <param name="intervalMs"/> documentation for "M:CWrapper.CMMCore.startSequenceAcquisition(System.String,System.Int32,System.Double,System.Boolean)"]

stopOnOverflow
Type: System..::.Boolean

[Missing <param name="stopOnOverflow"/> documentation for "M:CWrapper.CMMCore.startSequenceAcquisition(System.String,System.Int32,System.Double,System.Boolean)"]

See Also