ESRI.ArcGIS.ADF.Web
DeepCopy Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > Converter Class : DeepCopy Method




copyFrom
Object to copy.
copyTo
Object copied using JSON serialization.
Creates a copy of the JSON-serializable object including child objects.

Syntax

Visual Basic (Declaration) 
Public Shared Sub DeepCopy( _
   ByVal copyFrom As IJsonSerializable, _
   ByVal copyTo As IJsonSerializable _
) 
Visual Basic (Usage)Copy Code
Dim copyFrom As IJsonSerializable
Dim copyTo As IJsonSerializable
 
Converter.DeepCopy(copyFrom, copyTo)
C# 
public static void DeepCopy( 
   IJsonSerializable copyFrom,
   IJsonSerializable copyTo
)

Parameters

copyFrom
Object to copy.
copyTo
Object copied using JSON serialization.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.