TableObjectClone Method (String)
|
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 TableObject Clone(
string newName
)
Public MustOverride Function Clone (
newName As String
) As TableObject
public:
virtual TableObject^ Clone(
String^ newName
) abstract
abstract Clone :
newName : string -> TableObject
ABSTRACT METHOD Clone(
newName AS STRING
) AS TableObject
Parameters
- newName
- Type: SystemString
TableObject name of the copy.
Return Value
Type:
TableObjectA new table object that is a copy of this instance.
See Also