Click or drag to resize

LinetypeSegmentClone Method

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

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public abstract Object Clone()
Request Example View Source

Return Value

Type: Object
A new LinetypeSegment that is a copy of this instance.

Implements

ICloneableClone
See Also