Gets the index of the instrument group in the current hardware configuration that is associated with this input extension object (for the case when
Input.AcquisitionSequenceCount has a value of 1). When the
Input.AcquisitionSequenceCount has a value greater than 1 then this property is the index of the
InputExtension item within the
InputExtensionCollection.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property GroupIndex As Integer |
| C# | |
|---|
public int GroupIndex {get;} |
| C++/CLI | |
|---|
public:
property int GroupIndex {
int get();
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also