A deep copy of this instance.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public CoordinateSystem DeepCopy()
Visual Basic (Declaration)
Public Function DeepCopy As CoordinateSystem
Visual C++
public:
CoordinateSystem^ DeepCopy()

Return Value

Returns a deep copy of this instance.

Remarks

A deep copy is a new instance of CoordinateSystem with the same internal parameters as this instance.

See Also