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


dst
Destination Graph.

Glossary Item Box

Copy this Graph properties to the specified Graph/>.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub CopyTo( _
   ByVal dst As Graph _
) 
C# 
public abstract void CopyTo( 
   Graph dst
)
C++/CLI 
public:
abstract void CopyTo( 
   Graph^ dst
) 

Parameters

dst
Destination Graph.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 17.00

See Also