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




Creates a deep clone of the current Object.

Syntax

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

Return Value

Returns a deep clone of the current Object.

See Also

© 2010 All Rights Reserved.