ESRI.ArcGIS.ADF.Web
Clone Method
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > Polygon Class : Clone Method




Creates a deep clone of the current Object.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Clone() As Object
Visual Basic (Usage)Copy Code
Dim instance As Polygon
Dim value As Object
 
value = instance.Clone()
C# 
public override object Clone()

Return Value

Returns a deep clone of the current Object.

See Also

© 2010 All Rights Reserved.