Enum LinetypeSegmentType
Define the linetype segment type simple, text, or shape.
Namespace: netDxf.Tables
Assembly: CADability.dll
Syntax
public enum LinetypeSegmentType
Fields
| Name | Description |
|---|---|
| Shape | Linetype segment made of a shape. |
| Simple | Linetype segment made only of a simple dash, dot, or space. |
| Text | Linetype segment made of a text string. |