Click or drag to resize

LinetypeDuplicateLinetype Method

Duplicates a linetype, clears the name, id, and locked bits.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public Linetype DuplicateLinetype()

Return Value

Type: Linetype
The duplicated linetype if successful, null otherwise.
See Also