This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
dc89bdee 303d d96a 50a0 1c49d6facb0c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Creates a new Hatch that is a copy of the current instance.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override Object Clone()
VB
Public Overrides Function Clone As Object
C++
public:
virtual Object^ Clone() override
F#
abstract Clone : unit -> Object
override Clone : unit -> Object
Object
A new Hatch that is a copy of this instance.
ICloneable.Clone()
If the hatch is associative the referenced boundary entities will not be automatically cloned, its associative property will be set to false. Use CreateBoundary if required after cloning.