Click or drag to resize

GroupClone Method (String)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new Group that is a copy of the current instance.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public override TableObject Clone(
	string newName
)
Request Example View Source

Parameters

newName
Type: SystemString
Group name of the copy.

Return Value

Type: 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