Click or drag to resize

LayoutClone Method (String)

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 TableObject Clone(
	string newName
)

Parameters

newName
Type: SystemString
Layout name of the copy.

Return Value

Type: TableObject
A new Layout that is a copy of this instance.
Remarks
The Model Layout cannot be cloned.
See Also