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


key
The key name.

Glossary Item Box

Removes the specified key/value pair from state.

Syntax

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

Parameters

key
The key name.

Requirements

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

See Also