A list of all the channels in the channelgroup
Namespace:
CoreDevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public List<ChannelState> Channels { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Channels As List(Of ChannelState) |
Visual C++ |
---|
public: virtual property List<ChannelState^>^ Channels { List<ChannelState^>^ get () sealed; } |