Keysight Pathwave 89600 VSA .NET API
CustomStepEventWrapper Constructor
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > CustomStepEventWrapper Class : CustomStepEventWrapper Constructor


obj
An object to wrap that implements ICustomStep.

Glossary Item Box

Initializes a new instance of the CustomStepEventWrapper class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal obj As ICustomStep _
)
C# 
public CustomStepEventWrapper( 
   ICustomStep obj
)
C++/CLI 
public:
CustomStepEventWrapper( 
   ICustomStep^ obj
)

Parameters

obj
An object to wrap that implements ICustomStep.

Requirements

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

See Also