Returns reference to the current linetype. Note that this reference may become invalid after a call to AddLinetype().
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**5.0
public Linetype CurrentLinetype { get; }
Type: Linetype
At all times, there is a “current” linetype. Unless otherwise specified, new objects are assigned to the current linetype. The current linetype is never deleted.