This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
c96b84e8 0c3f 8ebe 1998 9bdc77aa70a9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the linetype segment simple, text, or shape.
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