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


key
A state key name.

Glossary Item Box

Gets a value indicating whether the specified key exists in the StateDictionary

Syntax

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

Parameters

key
A state key name.

Return Value

Whether the key exists (true if it does).

Requirements

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

See Also