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


name
The name of the map file.

Glossary Item Box

Gets the indicated map file from the collection by string map file name.

Syntax

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

Parameters

name
The name of the map file.

Property Value

The map file.

Requirements

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

See Also