Keysight Pathwave 89600 VSA .NET API
CopyTo Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > IStateDictionary Interface : CopyTo Method


dst
Destination dictionary to copy the current dictionary contents to.

Glossary Item Box

Copy the current dictionary contents to the specified dictionary.

Syntax

Visual Basic (Declaration) 
Sub CopyTo( _
   ByVal dst As IStateDictionary _
) 
C# 
void CopyTo( 
   IStateDictionary dst
)
C++/CLI 
void CopyTo( 
   IStateDictionary^ dst
) 

Parameters

dst
Destination dictionary to copy the current dictionary contents to.

Requirements

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

See Also