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


Glossary Item Box

Gets or sets the selected LimitLine.

Syntax

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

Remarks

The selected limit line is the one being edited. Returns null if no limit line is selected.

Requirements

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

See Also