Click or drag to resize

ViewClone Method (String)

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

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public override TableObject Clone(
	string newName
)

Parameters

newName
Type: SystemString
View name of the copy.

Return Value

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