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


key
The key name.

Glossary Item Box

Gets a value indicating whether the specified key exists in state.

Syntax

Visual Basic (Declaration) 
Function Exists( _
   ByVal key As String _
) As Boolean
C# 
bool Exists( 
   string key
)
C++/CLI 
bool Exists( 
   String^ key
) 

Parameters

key
The key name.

Return Value

true if the key exists; otherwise false

Requirements

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

See Also