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


Glossary Item Box

Gets or sets the current macro.

Syntax

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

Remarks

This property is primarily used for the benefit of the user interface.

Requirements

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

See Also