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

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

Syntax

C#
void defineStateLabel(
	string deviceLabel,
	int state,
	string stateLabel
)
Visual Basic (Declaration)
Sub defineStateLabel ( _
	deviceLabel As String, _
	state As Integer, _
	stateLabel As String _
)
Visual C++
void defineStateLabel(
	String^ deviceLabel, 
	int state, 
	String^ stateLabel
)

Parameters

deviceLabel
Type: System..::.String

[Missing <param name="deviceLabel"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.defineStateLabel(System.String,System.Int32,System.String)"]

state
Type: System..::.Int32

[Missing <param name="state"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.defineStateLabel(System.String,System.Int32,System.String)"]

stateLabel
Type: System..::.String

[Missing <param name="stateLabel"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.defineStateLabel(System.String,System.Int32,System.String)"]

See Also