[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 NewChannelState
)
Visual Basic (Declaration)
Public Sub AddChannel ( _
	NewChannelState As ChannelState _
)
Visual C++
public:
void AddChannel(
	ChannelState^ NewChannelState
)

Parameters

NewChannelState
Type: CoreDevices..::.ChannelState

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

See Also