QuickOPC User's Guide and Reference
CopyTo Method (AEClientMode)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine Namespace > AEClientMode Class : CopyTo Method
Target object.
Copies properties of this object to the given target object.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal target As AEClientMode _
) 
'Usage
 
Dim instance As AEClientMode
Dim target As AEClientMode
 
instance.CopyTo(target)
public void CopyTo( 
   AEClientMode target
)
public:
void CopyTo( 
   AEClientMode^ target
) 

Parameters

target
Target object.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

AEClientMode Class
AEClientMode Members