Click or drag to resize

UnderlayDgnDefinitionClone Method (String)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new UnderlayDgnDefinition 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
UnderlayDgnDefinition name of the copy.

Return Value

Type: TableObject
A new UnderlayDgnDefinition that is a copy of this instance.
See Also