Click or drag to resize

LinetypeSegmentType Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Define the linetype segment type simple, text, or shape.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum LinetypeSegmentType
Request Example View Source
Members
  Member nameValueDescription
Simple0 Linetype segment made only of a simple dash, dot, or space.
Text1 Linetype segment made of a text string.
Shape2 Linetype segment made of a shape.
See Also