This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
14bf5f68 e9af 78c0 f994 09e145bf3001
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Creates a new DimensionStyle that is a copy of the current instance.
Namespace: netDxf.Tables
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 TableObjectC++
public:
virtual TableObject^ Clone(
String^ newName
) overrideF#
abstract Clone :
newName : string -> TableObject
override Clone :
newName : string -> TableObject - String
- DimensionStyle name of the copy.
TableObject
A new DimensionStyle that is a copy of this instance.