Click or drag to resize

TableObjectClone Method

Creates a new table object that is a copy of the current instance.

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public abstract Object Clone()

Return Value

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

Implements

ICloneableClone
See Also