Click or drag to resize

TableObjectClone Method (String)

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

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public abstract TableObject Clone(
	string newName
)
Request Example View Source

Parameters

newName
Type: SystemString
TableObject name of the copy.

Return Value

Type: TableObject
A new table object that is a copy of this instance.
See Also