Returns a new CoordinateSystem with properties equal to the current CoordinateSystem.

Namespace:  ESRI.ArcGISExplorer.Geometry

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

Syntax

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

Return Value

A new CoordinateSystem.

Remarks

Version Information: This property is supported from version 2.0.0.1500.

See Also