Geotools.Net

Coordinates.Clone Method 

Creates an exact replica of this set of coordinates.

[Visual Basic]
Public Function Clone() As Coordinates
[C#]
new public Coordinates Clone();

Return Value

A new set of coordinates containing the same coordinates as the original.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Coordinates.Clone

See Also

Coordinates Class | Coordinates Members | Geotools.Geometries Namespace