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


name
The name of the Context to remove.

Glossary Item Box

Remove a Context from the collection.

Syntax

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

Parameters

name
The name of the Context to remove.

Return Value

True, if the Context was removed from the collection.

Requirements

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

See Also