Keysight Pathwave 89600 VSA .NET API
SelectedIndex Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > TraceCollection Class : SelectedIndex Property


Glossary Item Box

Gets or sets the 0-based index of the selected Trace.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property SelectedIndex As Integer
C# 
public abstract int SelectedIndex {get; set;}
C++/CLI 
public:
abstract property int SelectedIndex {
   int get();
   void set (    int value);
}

Remarks

The selected trace has the keyboard focus. Returns -1 if no trace is selected.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also