This adds a channelgroup to the list of possible channelgroups. Group should already be initialized

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

Syntax

C#
public void AddGroup(
	ChannelGroup newGroup
)
Visual Basic (Declaration)
Public Sub AddGroup ( _
	newGroup As ChannelGroup _
)
Visual C++
public:
void AddGroup(
	ChannelGroup^ newGroup
)

Parameters

newGroup
Type: CoreDevices..::.ChannelGroup

[Missing <param name="newGroup"/> documentation for "M:CoreDevices.EasyCoreMat.AddGroup(CoreDevices.ChannelGroup)"]

See Also