Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e5c11cd4 a9f1 d8b3 695d 313f5596eead

haplokuon edited this page May 6, 2023 · 1 revision

Clone(String) Method

netDxf 3.0.0 Library

Creates a new Block that is a copy of the current instance.

Definition

Namespace: netDxf.Blocks
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 

Parameters

  String
Block name of the copy.

Return Value

TableObject
A new Block that is a copy of this instance.

See Also

Reference

Block Class
Clone Overload
netDxf.Blocks Namespace

Clone this wiki locally