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

c96b84e8 0c3f 8ebe 1998 9bdc77aa70a9

haplokuon edited this page May 6, 2023 · 1 revision

Type Property

netDxf 3.0.0 Library

Gets the linetype segment simple, text, or shape.

Definition

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

C#

public LinetypeSegmentType Type { get; }

VB

Public ReadOnly Property Type As LinetypeSegmentType
	Get

C++

public:
property LinetypeSegmentType Type {
	LinetypeSegmentType get ();
}

F#

member Type : LinetypeSegmentType with get

Property Value

LinetypeSegmentType

See Also

Reference

LinetypeSegment Class
netDxf.Tables Namespace

Clone this wiki locally