[Missing <summary> documentation for "M:CoreDevices.NI_Controls.INIHelpers.CreateChannelGroup(System.String[],CoreDevices.Channels.ChannelSetupControl[])"]

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

Syntax

C#
ChannelGroup CreateChannelGroup(
	string[] ChannelNames,
	ChannelSetupControl[] ChannelSetupControls
)
Visual Basic (Declaration)
Function CreateChannelGroup ( _
	ChannelNames As String(), _
	ChannelSetupControls As ChannelSetupControl() _
) As ChannelGroup
Visual C++
ChannelGroup^ CreateChannelGroup(
	array<String^>^ ChannelNames, 
	array<ChannelSetupControl^>^ ChannelSetupControls
)

Parameters

ChannelNames
Type: array< System..::.String >[]()[]

[Missing <param name="ChannelNames"/> documentation for "M:CoreDevices.NI_Controls.INIHelpers.CreateChannelGroup(System.String[],CoreDevices.Channels.ChannelSetupControl[])"]

ChannelSetupControls
Type: array< CoreDevices.Channels..::.ChannelSetupControl >[]()[]

[Missing <param name="ChannelSetupControls"/> documentation for "M:CoreDevices.NI_Controls.INIHelpers.CreateChannelGroup(System.String[],CoreDevices.Channels.ChannelSetupControl[])"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.NI_Controls.INIHelpers.CreateChannelGroup(System.String[],CoreDevices.Channels.ChannelSetupControl[])"]

See Also