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

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

Syntax

C#
PropertyBlock getStateLabelData(
	string deviceLabel,
	string stateLabel
)
Visual Basic (Declaration)
Function getStateLabelData ( _
	deviceLabel As String, _
	stateLabel As String _
) As PropertyBlock
Visual C++
PropertyBlock^ getStateLabelData(
	String^ deviceLabel, 
	String^ stateLabel
)

Parameters

deviceLabel
Type: System..::.String

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

stateLabel
Type: System..::.String

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

Return Value

[Missing <returns> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getStateLabelData(System.String,System.String)"]

See Also