ArcGIS API for WPF - 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.