Click or drag to resize

UnderlayDwfDefinitionClone Method (String)

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

Return Value

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