[Missing <summary> documentation for "M:CoreDevices.NI_Controls.NiHelpers.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#
public ChannelGroup CreateChannelGroup(
	string[] ChannelNames,
	ChannelSetupControl[] ChannelSetupControls
)
Visual Basic (Declaration)
Public Function CreateChannelGroup ( _
	ChannelNames As String(), _
	ChannelSetupControls As ChannelSetupControl() _
) As ChannelGroup
Visual C++
public:
virtual ChannelGroup^ CreateChannelGroup(
	array<String^>^ ChannelNames, 
	array<ChannelSetupControl^>^ ChannelSetupControls
) sealed

Parameters

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

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

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

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

Return Value

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

Implements

INIHelpers..::.CreateChannelGroup(array<String>[]()[], array<ChannelSetupControl>[]()[])

See Also