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


item
search space to remove from the collection

Glossary Item Box

Removes the indicated search space from the collection.

Syntax

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

Parameters

item
search space to remove from the collection

Return Value

True, if the search space was removed from the collection.

Exceptions

ExceptionDescription
System.InvalidOperationExceptionwhen either the item is in used or its index is smaller than one of in used indexes

Remarks

Note the first element in the collection cannot be removed.

Requirements

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

See Also