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

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

Syntax

C#
public void AddChannel(
	ChannelState[] NewChannelStates
)
Visual Basic (Declaration)
Public Sub AddChannel ( _
	NewChannelStates As ChannelState() _
)
Visual C++
public:
void AddChannel(
	array<ChannelState^>^ NewChannelStates
)

Parameters

NewChannelStates
Type: array< CoreDevices..::.ChannelState >[]()[]

[Missing <param name="NewChannelStates"/> documentation for "M:CoreDevices.ChannelGroup.AddChannel(CoreDevices.ChannelState[])"]

See Also