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


item
Context to remove from the collection

Glossary Item Box

Remove a Context from the collection.

Syntax

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

Parameters

item
Context to remove from the collection

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