Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e2ea5cec d563 9085 2219 81a65f62b375

haplokuon edited this page May 6, 2023 · 1 revision

LinetypeSegmentType Enumeration

netDxf 3.0.0 Library

Define the linetype segment type simple, text, or shape.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public enum LinetypeSegmentType

VB

Public Enumeration LinetypeSegmentType

C++

public enum class LinetypeSegmentType

F#

type LinetypeSegmentType

Members

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.

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally