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 407
f6b90287 5326 acdb 9a5a f4ab6c8550b5
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Linetype
class.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Linetype(
string name,
IEnumerable<LinetypeSegment> segments
)
VB
Public Sub New (
name As String,
segments As IEnumerable(Of LinetypeSegment)
)
C++
public:
Linetype(
String^ name,
IEnumerable<LinetypeSegment^>^ segments
)
F#
new :
name : string *
segments : IEnumerable<LinetypeSegment> -> Linetype
- String
- Line type name.
- IEnumerable(LinetypeSegment)
- List of linetype segments.