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


indexFrom
Current or "old" position of the ICustomStep.
indexTo
Position the ICustomStep is to be moved to.

Glossary Item Box

Move the specified ICustomStep to another position in the list.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub MoveTo( _
   ByVal indexFrom As Integer, _
   ByVal indexTo As Integer _
) 
C# 
public virtual void MoveTo( 
   int indexFrom,
   int indexTo
)
C++/CLI 
public:
virtual void MoveTo( 
   int indexFrom,
   int indexTo
) 

Parameters

indexFrom
Current or "old" position of the ICustomStep.
indexTo
Position the ICustomStep is to be moved to.

Remarks

The indexes inxFrom and inxTo represent positions as they exist before moving the ICustomStep. They must be in the range of 0 to Count-1.

Requirements

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

See Also