[Missing <summary> documentation for "M:CoreDevices.IEasyCoreCom.AddGroup(CoreDevices.ChannelGroup)"]

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

Syntax

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

Parameters

newGroup
Type: CoreDevices..::.ChannelGroup

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

See Also