Returns a new Geometry with the same Type and properties as the current Geometry.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Geometry Clone()
Visual Basic (Declaration)
Public Function Clone As Geometry

Return Value

A new Geometry

See Also