Keysight Pathwave 89600 VSA .NET API
Item(String) Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ViewCollection Class > Item Property : Item(String) Property


title
The title of the View to retrieve.

Glossary Item Box

Gets the View object with the indicated title.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride ReadOnly Property Item( _
   ByVal title As String _
) As View
C# 
public abstract View Item( 
   string title
) {get;}
C++/CLI 
public:
abstract property View^ Item {
   View^ get(String^ title);
}

Parameters

title
The title of the View to retrieve.

Property Value

The View corresponding to the supplied title, or null if no match was found.

Requirements

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

See Also