Skip to content

LinetypeTable.CurrentLinetype

Public Property

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

Syntax

public Linetype CurrentLinetype { get; }

Property Value

Type: Linetype

Remarks

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.