Creates a new entity that is a copy of the current instance.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public abstract Object Clone()
Public MustOverride Function Clone As Object
public:
virtual Object^ Clone() abstract
abstract Clone : unit -> Object
ABSTRACT METHOD Clone() AS Object
Return Value
Type:
ObjectA new entity that is a copy of this instance.
Implements
ICloneableCloneSee Also