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


key
The key.

Glossary Item Box

Remove the specified key/value pair from the collection.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Remove( _
   ByVal key As String _
) 
C# 
public abstract void Remove( 
   string key
)
C++/CLI 
public:
abstract void Remove( 
   String^ key
) 

Parameters

key
The key.

Remarks

This method can only be used if IsReadOnly is False.

Requirements

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

See Also