ArcGIS API for Windows Phone - Library Reference
Clone Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > Geometry Class : Clone Method

toClone
Creates a deep clone of the current Object.

Syntax

Visual Basic (Declaration) 
Public Shared Function Clone( _
   ByVal toClone As Geometry _
) As Geometry
C# 
public static Geometry Clone( 
   Geometry toClone
)

Parameters

toClone

Return Value

Returns a deep clone of the current Object.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.