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


name
Name of the map.

Glossary Item Box

Creates a map.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Create( _
   ByVal name As String _
) As Map
C# 
public abstract Map Create( 
   string name
)
C++/CLI 
public:
abstract Map^ Create( 
   String^ name
) 

Parameters

name
Name of the map.

Return Value

A map.

Requirements

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

See Also