LinetypeDuplicateLinetype Method |
Duplicates a linetype, clears the name, id, and locked bits.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntaxpublic Linetype DuplicateLinetype()
Public Function DuplicateLinetype As Linetype
Return Value
Type:
LinetypeThe duplicated linetype if successful, null otherwise.
See Also