Click or drag to resize

LayoutClone Method

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

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

Return Value

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

Implements

ICloneableClone
Remarks
The Model Layout cannot be cloned.
See Also