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

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

Syntax

C#
public ChannelGroup GetChannelGroup(
	string GroupName
)
Visual Basic (Declaration)
Public Function GetChannelGroup ( _
	GroupName As String _
) As ChannelGroup
Visual C++
public:
virtual ChannelGroup^ GetChannelGroup(
	String^ GroupName
) sealed

Parameters

GroupName
Type: System..::.String

[Missing <param name="GroupName"/> documentation for "M:CoreDevices.EasyCore.GetChannelGroup(System.String)"]

Return Value

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

Implements

IEasyCoreCom..::.GetChannelGroup(String)

See Also