Keysight Pathwave 89600 VSA .NET API
Remove Method
See Also 
Agilent.SA.Vsa.CustomIQ.Interfaces Assembly > Agilent.SA.Vsa.CustomIQ Namespace > QuickSetupCollection Class : Remove Method


item
The QuickSetup to remove from the collection

Glossary Item Box

Remove a QuickSetup from the collection.

Syntax

Visual Basic (Declaration) 
Public Overridable Function Remove( _
   ByVal item As QuickSetup _
) As Boolean
C# 
public virtual bool Remove( 
   QuickSetup item
)
C++/CLI 
public:
virtual bool Remove( 
   QuickSetup^ item
) 

Parameters

item
The QuickSetup to remove from the collection

Return Value

True, if the QuickSetup was removed from the collection.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 19.00

See Also