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


Glossary Item Box

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

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 marker has the keyboard focus. Returns -1 if no marker is selected.

Requirements

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

See Also