Keysight Pathwave 89600 VSA .NET API
CustomStepUpdatingEventArgs Constructor(StateDictionary)
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > CustomStepUpdatingEventArgs Class > CustomStepUpdatingEventArgs Constructor : CustomStepUpdatingEventArgs Constructor(StateDictionary)


state
The measurement state.

Glossary Item Box

Initializes a new instance of the CustomStepUpdatingEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal state As StateDictionary _
)
C# 
public CustomStepUpdatingEventArgs( 
   StateDictionary state
)
C++/CLI 
public:
CustomStepUpdatingEventArgs( 
   StateDictionary^ state
)

Parameters

state
The measurement state.

Requirements

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

See Also