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


item
The configuration to remove.

Glossary Item Box

Removes the given configuration

Syntax

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

Parameters

item
The configuration to remove.

Return Value

True, if the configuration is removed.

Requirements

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

See Also