[Missing <summary> documentation for "M:CoreDevices.EasyCoreMat.GetChannel(System.String)"]

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

Syntax

C#
public ChannelState GetChannel(
	string ChannelName
)
Visual Basic (Declaration)
Public Function GetChannel ( _
	ChannelName As String _
) As ChannelState
Visual C++
public:
ChannelState^ GetChannel(
	String^ ChannelName
)

Parameters

ChannelName
Type: System..::.String

[Missing <param name="ChannelName"/> documentation for "M:CoreDevices.EasyCoreMat.GetChannel(System.String)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.EasyCoreMat.GetChannel(System.String)"]

See Also