MLineStyleElementClone Method
|
Creates a MLineStyleElement that is a copy of the current instance.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax Public Function Clone As Object
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
Type:
ObjectA new MLineStyleElement is a copy of this instance.
Implements
ICloneableCloneSee Also