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


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

Glossary Item Box

Move the specified limit line to another position in the list.

Syntax

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

Parameters

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

Remarks

The indexes inxFrom and inxTo represent positions as they exist before moving the LimitLine. 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