CADability dotNET
Returns a new independent GeoObjectList that contains the same objects as this list (shallow copy)

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public GeoObjectList Clone()
Visual Basic
Public Function Clone As GeoObjectList
Visual C++
public:
GeoObjectList^ Clone()

Return Value

the new list

See Also