JAMS Developer Guide
CloneTo Method


MVPSI.JAMS Namespace > Element Class : CloneTo Method
Copys all properties of an element to the passed in element. This is a Clone when the new object has already been created.
Syntax
'Declaration
 
Public Sub CloneTo( _
   ByVal clone As Element _
) 
'Usage
 
Dim instance As Element
Dim clone As Element
 
instance.CloneTo(clone)
public void CloneTo( 
   Element clone
)

Parameters

clone
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Element Class
Element Members