Click or drag to resize

HatchClone Method

Creates a new Hatch that is a copy of the current instance.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public override Object Clone()

Return Value

Type: Object
A new Hatch that is a copy of this instance.

Implements

ICloneableClone
Remarks
If the hatch is associative the referenced boundary entities will not be automatically cloned. Use CreateBoundary if required.
See Also