Click or drag to resize

LayoutClone Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new Layout that is a copy of the current instance.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public override Object Clone()
Request Example View Source

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