Provides a way to show and edit an existing channel group

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

Syntax

C#
public ChannelGroupDefinition(
	EasyCore eCore,
	ref ChannelGroup ChannelGroup
)
Visual Basic (Declaration)
Public Sub New ( _
	eCore As EasyCore, _
	ByRef ChannelGroup As ChannelGroup _
)
Visual C++
public:
ChannelGroupDefinition(
	EasyCore^ eCore, 
	ChannelGroup^% ChannelGroup
)

Parameters

eCore
Type: CoreDevices..::.EasyCore

[Missing <param name="eCore"/> documentation for "M:CoreDevices.Channels.ChannelGroupDefinition.#ctor(CoreDevices.EasyCore,CoreDevices.ChannelGroup@)"]

ChannelGroup
Type: CoreDevices..::.ChannelGroup %

[Missing <param name="ChannelGroup"/> documentation for "M:CoreDevices.Channels.ChannelGroupDefinition.#ctor(CoreDevices.EasyCore,CoreDevices.ChannelGroup@)"]

See Also