Gets or sets the Walsh code column index for the predefined channels.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property PredefinedWalshCodeColumnIndex As Integer |
C# | |
---|
public abstract int PredefinedWalshCodeColumnIndex {get; set;} |
C++/CLI | |
---|
public:
abstract property int PredefinedWalshCodeColumnIndex {
int get();
void set ( int value);
} |
Property Value
The default value is 0. The maximum value is 3, and the minimum is 0.
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also