Linetype.IsModified Property

LinetypeIsModified Property

true if this linetype has been modified by LinetypeTable.ModifyLinetype() and the modifications can be undone.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsModified { get; }
Public ReadOnly Property IsModified As Boolean
	Get

Property Value

Type: Boolean
See Also