Gets or sets a value indicating the first symbol index in a slot used by this physical channel.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property FirstSymbolIndex As Integer |
C# | |
---|
public abstract int FirstSymbolIndex {get; set;} |
C++/CLI | |
---|
public:
abstract property int FirstSymbolIndex {
int get();
void set ( int value);
} |
Property Value
Default value is 0. Range of value varies depending on selected format: Format 0: 0 through 13 Format 1: 0 through 10 Format 2: 0 through 13 Format 3: 0 through 10 Format 4: 0 through 10
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also