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


indexFrom
index of allocation to move
indexTo
where to move the allocation

Glossary Item Box

Moves an allocation within the collection.

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
index of allocation to move
indexTo
where to move the allocation

Requirements

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

See Also