Keysight Pathwave 89600 VSA .NET API
RemoveAt Method
See Also 
Agilent.SA.Vsa.Wlan80211N.Interfaces Assembly > Agilent.SA.Vsa.Wlan80211N Namespace > HERUCollection Class : RemoveAt Method


index
Zero-based index of resource unit to remove

Glossary Item Box

Removes the resource unit at the indicated index from the collection

Syntax

Visual Basic (Declaration) 
Public MustOverride Function RemoveAt( _
   ByVal index As Integer _
) As Boolean
C# 
public abstract bool RemoveAt( 
   int index
)
C++/CLI 
public:
abstract bool RemoveAt( 
   int index
) 

Parameters

index
Zero-based index of resource unit to remove

Return Value

True if the unit 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 22.00

See Also