This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
de296aad bfa9 858f 8374 10992f7e3aad
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Creates a new Layout that is a copy of the current instance.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override TableObject Clone(
string newName
)
VB
Public Overrides Function Clone (
newName As String
) As TableObject
C++
public:
virtual TableObject^ Clone(
String^ newName
) override
F#
abstract Clone :
newName : string -> TableObject
override Clone :
newName : string -> TableObject
- String
- Layout name of the copy.
TableObject
A new Layout that is a copy of this instance.
The Model Layout cannot be cloned.
When cloning a PaperSpace layout the contents of the layout will not be cloned.