Clone Method

Summary

Extension method clones the specified association.

Syntax
C#
VB
C++
public static DicomAssociate Clone( 
   this DicomAssociate source 
) 
  
<ExtensionAttribute()> 
Public Shared Function Clone( _ 
   ByVal source As DicomAssociate _ 
) As DicomAssociate 
[ExtensionAttribute()] 
public: 
static DicomAssociate^ Clone(  
   DicomAssociate^ source 
)  

Parameters

source
The association to clone.

Return Value

A copy of the DICOM associate.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly