This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
e2ea5cec d563 9085 2219 81a65f62b375
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Define the linetype segment type simple, text, or shape.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum LinetypeSegmentTypeVB
Public Enumeration LinetypeSegmentTypeC++
public enum class LinetypeSegmentTypeF#
type LinetypeSegmentType| Simple | 0 | Linetype segment made only of a simple dash, dot, or space. |
| Text | 1 | Linetype segment made of a text string. |
| Shape | 2 | Linetype segment made of a shape. |