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 411
3abff60a f888 249a 6c3b 09b016e002de
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,
string description
)
VB
Public Sub New (
name As String,
description As String
)
C++
public:
Linetype(
String^ name,
String^ description
)
F#
new :
name : string *
description : string -> Linetype
- String
- Line type name.
- String
- Line type description.