| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Property ChannelCount As Integer | |
| C# | |
|---|---|
public abstract int ChannelCount {get; set;} | |
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | Indicates value is 0 or greater than ChannelCountMaximum. The channel count is limited to the closest valid value prior to throw of the exception. |
This property determines the size of UserInputSetupChannelCollection and UserInputDataChannelCollection collections. Changes to this property will cause any attached measurement to be preset to a default state.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)