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

ca9159d8 85f1 98d1 689f 1ae23616e1ae

haplokuon edited this page May 6, 2023 · 1 revision

Clone(String) Method

netDxf 3.0.0 Library

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

Definition

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 

Parameters

  String
Group name of the copy.

Return Value

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

Remarks

The entities that belong to the group will also be cloned.

See Also

Reference

Group Class
Clone Overload
netDxf.Objects Namespace

Clone this wiki locally